Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f76d27

Browse files
committed
minor typo correction
1 parent 4c6c91a commit 5f76d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/takeover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def regDel(self):
384384
if output and output[0] not in ( "Y", "y" ):
385385
return
386386

387-
infoMsg = "deleting Windows registry path '%s\%s'" % (regKey, regVal)
387+
infoMsg = "deleting Windows registry path '%s\%s'. " % (regKey, regVal)
388388
infoMsg += "This will work only if the user running the database "
389389
infoMsg += "process has privileges to modify the Windows registry."
390390
logger.info(infoMsg)

0 commit comments

Comments
 (0)