diff options
Diffstat (limited to 'tools/idevicebackup4.c')
| -rw-r--r-- | tools/idevicebackup4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index 20980ec..490bb21 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -70,10 +70,10 @@ enum plist_format_t { | |||
| 70 | static void notify_cb(const char *notification, void *userdata) | 70 | static void notify_cb(const char *notification, void *userdata) |
| 71 | { | 71 | { |
| 72 | if (!strcmp(notification, NP_SYNC_CANCEL_REQUEST)) { | 72 | if (!strcmp(notification, NP_SYNC_CANCEL_REQUEST)) { |
| 73 | printf("User has aborted on-device\n"); | 73 | printf("User has cancelled the backup process on the device.\n"); |
| 74 | quit_flag++; | 74 | quit_flag++; |
| 75 | } else { | 75 | } else { |
| 76 | printf("unhandled notification '%s' (TODO: implement)\n", notification); | 76 | printf("Unhandled notification '%s' (TODO: implement)\n", notification); |
| 77 | } | 77 | } |
| 78 | } | 78 | } |
| 79 | 79 | ||
