mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor cosmetics
This commit is contained in:
parent
9fb0e0fc85
commit
9c1676bdfa
|
@ -1279,7 +1279,7 @@ class Enumeration:
|
|||
|
||||
if not validPivotValue:
|
||||
warnMsg = "no proper pivot column provided (with unique values)."
|
||||
warnMsg += " all row data won't be retrieved."
|
||||
warnMsg += " all rows can't be retrieved."
|
||||
logger.warn(warnMsg)
|
||||
|
||||
pivotValue = " "
|
||||
|
|
Loading…
Reference in New Issue
Block a user