diff --git a/payload/Library/nudge/Resources/nudge b/payload/Library/nudge/Resources/nudge index 0bf4c44..8233296 100755 --- a/payload/Library/nudge/Resources/nudge +++ b/payload/Library/nudge/Resources/nudge @@ -464,7 +464,7 @@ def main(): PATH_TO_APP = LOCAL_URL_FOR_UPGRADE else: if not os.path.exists(PATH_TO_APP): - print('Update application not found! Exiting...') + nudgelog('Update application not found! Exiting...') exit(1) else: # do minor version stuff