mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
putting this to info messages (user needs to know at this place why is it waiting)
This commit is contained in:
@@ -124,8 +124,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||||||
kb.threadContinue = False
|
kb.threadContinue = False
|
||||||
kb.threadException = True
|
kb.threadException = True
|
||||||
|
|
||||||
print
|
logger.info("waiting for threads to finish (Ctrl+C was pressed)")
|
||||||
logger.debug("waiting for threads to finish")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
while (threading.activeCount() > 1):
|
while (threading.activeCount() > 1):
|
||||||
|
|||||||
Reference in New Issue
Block a user