mirror of
https://github.com/munki/munki.git
synced 2026-01-05 14:10:00 -06:00
Fix improper logging call leading to extra log files when using removepackages to remove items
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user