From 67fab9f2e27e2ca63444a38d83e211833fca58c3 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 20 Jun 2011 12:17:19 +0000 Subject: [PATCH] putting this to info messages (user needs to know at this place why is it waiting) --- lib/core/threads.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):