mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
minor update
This commit is contained in:
parent
759465bde5
commit
f85c5b3f4d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user