mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -1696,7 +1696,7 @@ class Enumeration:
|
|||||||
elif not isNumPosStrValue(count):
|
elif not isNumPosStrValue(count):
|
||||||
warnMsg = "unable to retrieve the number of "
|
warnMsg = "unable to retrieve the number of "
|
||||||
if conf.col:
|
if conf.col:
|
||||||
warnMsg += "columns '%s' " % colString
|
warnMsg += "column(s) '%s' " % colString
|
||||||
warnMsg += "entries for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
|
warnMsg += "entries for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
|
||||||
warnMsg += "on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
|
warnMsg += "on database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user