Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e716b commit cbb5c79Copy full SHA for cbb5c79
1 file changed
plugins/generic/misc.py
@@ -40,7 +40,7 @@ def getRemoteTempPath(self):
40
debugMsg = "identifying Microsoft SQL Server error log directory "
41
debugMsg += "that sqlmap will use to store temporary files with "
42
debugMsg += "commands' output"
43
- logger.debugMsg(debugMsg)
+ logger.debug(debugMsg)
44
45
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))
46
0 commit comments