mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 05:38:04 +08:00
error->warn
This commit is contained in:
@@ -197,8 +197,8 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
|
||||
if build:
|
||||
further_work = handler(conf, session, msg) or []
|
||||
else:
|
||||
log.error("There's no module associated with message ID {}"
|
||||
.format(msg.msg_id))
|
||||
log.warn("There's no module associated with message ID {}"
|
||||
.format(msg.msg_id))
|
||||
except ValidationError as e:
|
||||
if build:
|
||||
build.transition(conf, state=models.BUILD_STATES['failed'],
|
||||
|
||||
Reference in New Issue
Block a user