Skip to content

Commit 18d1d09

Browse files
committed
Minor bug fix
1 parent 15c638a commit 18d1d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/generic/takeover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def osPwn(self):
191191
debugMsg = "beware that the privilege escalation "
192192
debugMsg += "might not work via Churrasco if "
193193
debugMsg += "MS09-012 patch is installed"
194-
logger.warn(warnMsg)
194+
logger.debug(debugMsg)
195195

196196
elif kb.os != "Windows" and conf.privEsc:
197197
# Unset --priv-esc if the back-end DBMS underlying operating

0 commit comments

Comments
 (0)