mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Add wording for control message log
This commit is contained in:
@@ -61,7 +61,7 @@ class AWXConsumer(ConsumerMixin):
|
|||||||
])
|
])
|
||||||
|
|
||||||
def control(self, body, message):
|
def control(self, body, message):
|
||||||
logger.warn(body)
|
logger.warn('Consumer received control message {}'.format(body))
|
||||||
control = body.get('control')
|
control = body.get('control')
|
||||||
if control in ('status', 'running'):
|
if control in ('status', 'running'):
|
||||||
producer = Producer(
|
producer = Producer(
|
||||||
|
|||||||
Reference in New Issue
Block a user