From 4f710b8d008ad5f80f1b230aabd5f62793725402 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Thu, 12 Dec 2019 12:36:48 -0600 Subject: [PATCH] another print --- payload/Library/nudge/Resources/nudge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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