mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor cosmetics
This commit is contained in:
parent
9fb0e0fc85
commit
9c1676bdfa
|
@ -1279,7 +1279,7 @@ class Enumeration:
|
||||||
|
|
||||||
if not validPivotValue:
|
if not validPivotValue:
|
||||||
warnMsg = "no proper pivot column provided (with unique values)."
|
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)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
pivotValue = " "
|
pivotValue = " "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user