minor typo correction

This commit is contained in:
Miroslav Stampar 2010-03-13 10:44:24 +00:00
parent 4c6c91a80b
commit 5f76d27779

View File

@ -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)