mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Minor style update
This commit is contained in:
parent
acb3b1d1fe
commit
1069399668
|
@ -77,9 +77,9 @@ class Filesystem:
|
|||
logger.info(infoMsg)
|
||||
else:
|
||||
sameFile = False
|
||||
warnMsg = "it looks like the file has not been written, this "
|
||||
warnMsg += "can occur if the DBMS process' user has no write "
|
||||
warnMsg += "privileges in the destination path"
|
||||
warnMsg = "it looks like the file has not been written (usually "
|
||||
warnMsg += "occurs if the DBMS process' user has no write "
|
||||
warnMsg += "privileges in the destination path)"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return sameFile
|
||||
|
|
Loading…
Reference in New Issue
Block a user