mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update error message to be more accurate
This commit is contained in:
parent
8275082896
commit
58cdbca5cf
@ -3134,7 +3134,7 @@ class AWXReceptorJob:
|
||||
except Exception:
|
||||
detail = ''
|
||||
state_name = ''
|
||||
logger.exception(f'An error was encountered while canceling work unit {self.unit_id}')
|
||||
logger.exception(f'An error was encountered while getting status for work unit {self.unit_id}')
|
||||
|
||||
if 'exceeded quota' in detail:
|
||||
logger.warn(detail)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user