From cbb5c79d29ed6061ff7e9fd5683d86a2776d5409 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 13 Feb 2013 13:07:47 +0000 Subject: [PATCH] typo fix --- plugins/generic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 129f4a6dd..3bcc29e21 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -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))