mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor refactoring
This commit is contained in:
parent
0b54553a76
commit
81bd9a201b
8 changed files with 33 additions and 57 deletions
|
|
@ -1444,7 +1444,7 @@ class Enumeration:
|
|||
|
||||
if not validPivotValue:
|
||||
warnMsg = "no proper pivot column provided (with unique values)."
|
||||
warnMsg += " all rows can't be retrieved."
|
||||
warnMsg += " It's not possible to retrieve all rows."
|
||||
logger.warn(warnMsg)
|
||||
|
||||
pivotValue = " "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue