From 5f76d2777970a138c45a71a5187967829d81f206 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 13 Mar 2010 10:44:24 +0000 Subject: [PATCH] minor typo correction --- 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 ad871290a..d60abb791 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -384,7 +384,7 @@ class Takeover(Abstraction, Metasploit, Registry): if output and output[0] not in ( "Y", "y" ): return - infoMsg = "deleting Windows registry path '%s\%s'" % (regKey, regVal) + infoMsg = "deleting Windows registry path '%s\%s'. " % (regKey, regVal) infoMsg += "This will work only if the user running the database " infoMsg += "process has privileges to modify the Windows registry." logger.info(infoMsg)