mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-12 09:34:57 +08:00
Careful with msg_id here too.
This commit is contained in:
@@ -165,7 +165,7 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||
|
||||
def process_message(self, session, msg):
|
||||
log.debug('Received a message with an ID of "{0}" and of type "{1}"'
|
||||
.format(msg.msg_id, type(msg).__name__))
|
||||
.format(getattr(msg, 'msg_id'), type(msg).__name__))
|
||||
|
||||
# Choose a handler for this message
|
||||
if type(msg) == module_build_service.messaging.KojiBuildChange:
|
||||
|
||||
Reference in New Issue
Block a user