mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46813 from terminalmage/event-debug-log
Get rid of confusing debug logging
This commit is contained in:
commit
5ea4ffbdb6
1 changed files with 3 additions and 2 deletions
|
@ -2030,8 +2030,9 @@ def event(tagmatch='*',
|
|||
indent=None if not pretty else 4)))
|
||||
sys.stdout.flush()
|
||||
|
||||
count -= 1
|
||||
log.debug('Remaining event matches: %s', count)
|
||||
if count > 0:
|
||||
count -= 1
|
||||
log.debug('Remaining event matches: %s', count)
|
||||
|
||||
if count == 0:
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue