This commit is contained in:
Bernardo Damele 2013-02-13 13:07:47 +00:00
parent d9e716b95d
commit cbb5c79d29

View File

@ -40,7 +40,7 @@ class Miscellaneous:
debugMsg = "identifying Microsoft SQL Server error log directory " debugMsg = "identifying Microsoft SQL Server error log directory "
debugMsg += "that sqlmap will use to store temporary files with " debugMsg += "that sqlmap will use to store temporary files with "
debugMsg += "commands' output" debugMsg += "commands' output"
logger.debugMsg(debugMsg) logger.debug(debugMsg)
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False)) _ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))