mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-11 00:55:00 +08:00
Another log statement to try and figure out whats going on.
This commit is contained in:
@@ -227,6 +227,7 @@ class Poller(threading.Thread):
|
||||
koji.TASK_STATES['CANCELED'],
|
||||
koji.TASK_STATES['FAILED'],
|
||||
)
|
||||
log.info(" task %r is in state %r" % (component_build.task_id, task_info['state']))
|
||||
if task_info['state'] in dead_states:
|
||||
# Fake a fedmsg message on our internal queue
|
||||
self.outgoing_work_queue.put({
|
||||
|
||||
Reference in New Issue
Block a user