mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial message update
This commit is contained in:
parent
2f5a5e5726
commit
956b0eb69d
2 changed files with 2 additions and 2 deletions
|
|
@ -651,7 +651,7 @@ def attackDumpedTable():
|
|||
|
||||
if binary_fields:
|
||||
_ = ','.join(binary_fields)
|
||||
warnMsg = "potential binary fields detected ('%s'). You are " % _
|
||||
warnMsg = "potential binary fields detected ('%s'). In case of any problems you are " % _
|
||||
warnMsg += "advised to rerun table dump with '--fresh-queries --binary-fields=\"%s\"'" % _
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue