From 18d1d09f1cc2876c41ad18b8ef33b94a6f0e3aed Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 12 Mar 2010 13:34:46 +0000 Subject: [PATCH] Minor bug fix --- plugins/generic/takeover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 572ac1a6e..0525bc261 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -191,7 +191,7 @@ class Takeover(Abstraction, Metasploit, Registry): debugMsg = "beware that the privilege escalation " debugMsg += "might not work via Churrasco if " debugMsg += "MS09-012 patch is installed" - logger.warn(warnMsg) + logger.debug(debugMsg) elif kb.os != "Windows" and conf.privEsc: # Unset --priv-esc if the back-end DBMS underlying operating