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