Fix improper logging call leading to extra log files when using removepackages to remove items

This commit is contained in:
Greg Neagle
2016-04-21 17:43:04 -07:00
parent a617135f4b
commit e69a000dc7

View File

@@ -1005,7 +1005,7 @@ def processRemovals(removallist, only_unattended=False):
munkicommon.display_error(message)
else:
munkicommon.log(
"Uninstall of %s was successful.", display_name)
"Uninstall of %s was successful." % display_name)
elif uninstallmethod.startswith("Adobe"):
retcode = adobeutils.doAdobeRemoval(item)