mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
typo fix
This commit is contained in:
parent
d9e716b95d
commit
cbb5c79d29
|
@ -40,7 +40,7 @@ class Miscellaneous:
|
|||
debugMsg = "identifying Microsoft SQL Server error log directory "
|
||||
debugMsg += "that sqlmap will use to store temporary files with "
|
||||
debugMsg += "commands' output"
|
||||
logger.debugMsg(debugMsg)
|
||||
logger.debug(debugMsg)
|
||||
|
||||
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user