diff --git a/mirror_from_pagure_bus.py b/mirror_from_pagure_bus.py index f8022bc..82db9b7 100644 --- a/mirror_from_pagure_bus.py +++ b/mirror_from_pagure_bus.py @@ -70,6 +70,8 @@ class MirrorFromPagure(object): if not os.path.exists(self.path): raise OSError("No folder %s found on disk" % self.path) + _log.info("Ready to consume and trigger on %s", self.trigger_names) + def __call__(self, message, cnt=0): """ Invoked when a message is received by the consumer.