FIX: fix for typo when shutdown/restart

This commit is contained in:
evilhero 2019-03-08 15:58:33 -05:00
parent b268351178
commit 7cb2175f28
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ def queue_schedule(queuetype, mode):
except Exception as e:
return
logger.fdebugo('Terminating the DDL download queue thread')
logger.fdebug('Terminating the DDL download queue thread')
try:
mylar.DDL_QUEUE.put('exit')
mylar.DDLPOOL.join(5)