specify securityworker skip message
This commit is contained in:
parent
52962b3732
commit
da31714fb5
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class SecurityWorker(Worker):
|
|||
|
||||
if __name__ == '__main__':
|
||||
if not features.SECURITY_SCANNER:
|
||||
logger.debug('Security scanner disabled; skipping')
|
||||
logger.debug('Security scanner disabled; skipping SecurityWorker')
|
||||
while True:
|
||||
time.sleep(100000)
|
||||
|
||||
|
|
Reference in a new issue