diff --git a/module_build_service/scheduler/consumer.py b/module_build_service/scheduler/consumer.py index a39c8540..f5c76b29 100644 --- a/module_build_service/scheduler/consumer.py +++ b/module_build_service/scheduler/consumer.py @@ -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'],