diff --git a/code/client/munkilib/installer.py b/code/client/munkilib/installer.py index edb64cef..c916f4d9 100644 --- a/code/client/munkilib/installer.py +++ b/code/client/munkilib/installer.py @@ -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)