mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor update (users want this to see)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user