mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Merge pull request #5877 from AlanCoding/control_log
Add wording for control message log Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
4a455c7bf7
@ -61,7 +61,7 @@ class AWXConsumer(ConsumerMixin):
|
||||
])
|
||||
|
||||
def control(self, body, message):
|
||||
logger.warn(body)
|
||||
logger.warn('Consumer received control message {}'.format(body))
|
||||
control = body.get('control')
|
||||
if control in ('status', 'running'):
|
||||
producer = Producer(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user