mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Remove stray space in log string
This commit is contained in:
committed by
Nils Philippsen
parent
183166ab9c
commit
180b376ee2
@@ -163,7 +163,7 @@ class MessageWorker(threading.Thread):
|
||||
if handler is self.NO_OP:
|
||||
log.debug("Handler is NO_OP: %s" % idx)
|
||||
else:
|
||||
log.info("Calling %s" % idx)
|
||||
log.info("Calling %s" % idx)
|
||||
handler(conf, db.session, msg)
|
||||
log.info("Done with %s" % idx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user