From 7cb2175f2892db81bbf8f26159ad2ca6bd832a6d Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 8 Mar 2019 15:58:33 -0500 Subject: [PATCH] FIX: fix for typo when shutdown/restart --- mylar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)