diff --git a/mylar/__init__.py b/mylar/__init__.py index 0cf57d24..5cf2150a 100644 --- a/mylar/__init__.py +++ b/mylar/__init__.py @@ -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)