mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 16:10:35 +03:00
cosmetics
This commit is contained in:
parent
9955483052
commit
356037ca22
|
@ -1635,7 +1635,6 @@ class Enumeration:
|
||||||
warnMsg += "columns '%s' " % colString
|
warnMsg += "columns '%s' " % colString
|
||||||
warnMsg += "for table '%s' " % unsafeSQLIdentificatorNaming(tbl)
|
warnMsg += "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)
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user