mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
putting this to info messages (user needs to know at this place why is it waiting)
This commit is contained in:
parent
b1426b5131
commit
67fab9f2e2
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user