putting this to info messages (user needs to know at this place why is it waiting)

This commit is contained in:
Miroslav Stampar 2011-06-20 12:17:19 +00:00
parent b1426b5131
commit 67fab9f2e2

View File

@ -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):