mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Add wording for control message log
This commit is contained in:
parent
efa9c84806
commit
e59cb07064
@ -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