Address formatting in logging in registration.py (#258)

This commit is contained in:
anslutsk
2020-11-03 13:16:18 -08:00
committed by GitHub
parent 04643a9eed
commit 600b3efdf7

View File

@ -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)
)