diff options
Diffstat (limited to 'branding/templates/qtinstaller/osx-data/uninstall.py')
-rwxr-xr-x | branding/templates/qtinstaller/osx-data/uninstall.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branding/templates/qtinstaller/osx-data/uninstall.py b/branding/templates/qtinstaller/osx-data/uninstall.py index 7520321..d47acc5 100755 --- a/branding/templates/qtinstaller/osx-data/uninstall.py +++ b/branding/templates/qtinstaller/osx-data/uninstall.py @@ -25,7 +25,7 @@ def main(stage="uninstall"): # failure: sys.exit(1) - log.write('Checking if helper is running') + log.write('Checking if helper is running\n') if isHelperRunning(): log.write("Trying to stop bitmask-helper...\n") @@ -33,7 +33,7 @@ def main(stage="uninstall"): ok = unloadHelper() log.write("success: %s \n" % str(ok)) - log.write("Removing LaunchDaemon") + log.write("Removing LaunchDaemon\n") out = removeLaunchDaemon() log.write("result: %s \n" % str(out)) |