diff --git a/roles/mirror_pagure_ansible/templates/mirror_from_pagure_bus.py b/roles/mirror_pagure_ansible/templates/mirror_from_pagure_bus.py index 748a1de8f5..80e5a61ef7 100644 --- a/roles/mirror_pagure_ansible/templates/mirror_from_pagure_bus.py +++ b/roles/mirror_pagure_ansible/templates/mirror_from_pagure_bus.py @@ -68,6 +68,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.