mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 16:29:54 +08:00
Log message ids every time we try to handle them.
This commit is contained in:
@@ -207,7 +207,7 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||
if handler is self.NO_OP:
|
||||
log.debug("Handler is NO_OP: %s" % idx)
|
||||
else:
|
||||
log.debug("Calling %s" % idx)
|
||||
log.info("Calling %s" % idx)
|
||||
further_work = []
|
||||
try:
|
||||
further_work = handler(conf, session, msg) or []
|
||||
|
||||
Reference in New Issue
Block a user