mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update (users want this to see)
This commit is contained in:
parent
3d23f226ae
commit
c7a160bf72
|
@ -77,8 +77,8 @@ def tableExists(tableFile, regex=None):
|
|||
iolock.release()
|
||||
|
||||
if conf.threads > 1:
|
||||
debugMsg = "starting %d threads" % conf.threads
|
||||
logger.debug(debugMsg)
|
||||
infoMsg = "starting %d threads" % conf.threads
|
||||
logger.info(infoMsg)
|
||||
else:
|
||||
warnMsg = "running in a single-thread mode. this could take a while."
|
||||
logger.warn(warnMsg)
|
||||
|
@ -179,8 +179,8 @@ def columnExists(columnFile, regex=None):
|
|||
iolock.release()
|
||||
|
||||
if conf.threads > 1:
|
||||
debugMsg = "starting %d threads" % conf.threads
|
||||
logger.debug(debugMsg)
|
||||
infoMsg = "starting %d threads" % conf.threads
|
||||
logger.info(infoMsg)
|
||||
else:
|
||||
warnMsg = "running in a single-thread mode. this could take a while."
|
||||
logger.warn(warnMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user