Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6c91a commit 5f76d27Copy full SHA for 5f76d27
1 file changed
plugins/generic/takeover.py
@@ -384,7 +384,7 @@ def regDel(self):
384
if output and output[0] not in ( "Y", "y" ):
385
return
386
387
- infoMsg = "deleting Windows registry path '%s\%s'" % (regKey, regVal)
+ infoMsg = "deleting Windows registry path '%s\%s'. " % (regKey, regVal)
388
infoMsg += "This will work only if the user running the database "
389
infoMsg += "process has privileges to modify the Windows registry."
390
logger.info(infoMsg)
0 commit comments