diff --git a/lib/core/threads.py b/lib/core/threads.py index 55ba2aaff..78e2faa77 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -124,8 +124,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio kb.threadContinue = False kb.threadException = True - print - logger.debug("waiting for threads to finish") + logger.info("waiting for threads to finish (Ctrl+C was pressed)") try: while (threading.activeCount() > 1):