Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbb5c79

Browse files
committed
typo fix
1 parent d9e716b commit cbb5c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def getRemoteTempPath(self):
4040
debugMsg = "identifying Microsoft SQL Server error log directory "
4141
debugMsg += "that sqlmap will use to store temporary files with "
4242
debugMsg += "commands' output"
43-
logger.debugMsg(debugMsg)
43+
logger.debug(debugMsg)
4444

4545
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))
4646

0 commit comments

Comments
 (0)