From 5b1fed84861a0c7703377eaea958ac8219fa42f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 08 2021 14:36:07 +0000 Subject: Fix the logging so it reflects what is actually being done Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/lib/notify.py b/pagure/lib/notify.py index 631d490..27ee63c 100644 --- a/pagure/lib/notify.py +++ b/pagure/lib/notify.py @@ -88,7 +88,8 @@ def fedora_messaging_publish(topic, message): # pragma: no cover if not hasattr(msg_cls, "app_name") is False: _log.warning( - "pagure is about to send a message that has no schemas: %s", + "pagure is about to send a message that has no schemas: " + "pagure.%s", topic, )