mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Address formatting in logging in registration.py (#258)
This commit is contained in:
@ -98,7 +98,7 @@ def register_application(
|
|||||||
else:
|
else:
|
||||||
app = apps[0]
|
app = apps[0]
|
||||||
logger.info(
|
logger.info(
|
||||||
"Found existing application objectId '%s' - appid '%s"
|
"Found existing application objectId '%s' - appid '%s'"
|
||||||
% (app.object_id, app.app_id)
|
% (app.object_id, app.app_id)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user