mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
Minor code adjustments
This commit is contained in:
parent
a379463213
commit
8b14a9eaa7
2 changed files with 2 additions and 2 deletions
|
|
@ -295,7 +295,7 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
warnMsg = "Ctrl+C detected during enumeration. sqlmap "
|
||||
warnMsg = "user aborted during enumeration. sqlmap "
|
||||
warnMsg += "will display partial output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
warnMsg = "Ctrl+C detected during enumeration. sqlmap "
|
||||
warnMsg = "user aborted during enumeration. sqlmap "
|
||||
warnMsg += "will display partial output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue