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)