summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicebackup.c')
-rw-r--r--tools/idevicebackup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c
index cd69bcc..de08295 100644
--- a/tools/idevicebackup.c
+++ b/tools/idevicebackup.c
@@ -995,7 +995,7 @@ int main(int argc, char *argv[])
995 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { 995 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) {
996 printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); 996 printf("ERROR: Could not start backup process: device refused to start the backup process.\n");
997 } else { 997 } else {
998 printf("ERROR: Could not start backup process: unspecified error occured\n"); 998 printf("ERROR: Could not start backup process: unspecified error occurred\n");
999 } 999 }
1000 break; 1000 break;
1001 } 1001 }
@@ -1342,7 +1342,7 @@ files_out:
1342 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) { 1342 } else if (err == MOBILEBACKUP_E_REPLY_NOT_OK) {
1343 printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); 1343 printf("ERROR: Could not start restore process: device refused to start the restore process.\n");
1344 } else { 1344 } else {
1345 printf("ERROR: Could not start restore process: unspecified error occured (%d)\n", err); 1345 printf("ERROR: Could not start restore process: unspecified error occurred (%d)\n", err);
1346 } 1346 }
1347 plist_free(backup_data); 1347 plist_free(backup_data);
1348 break; 1348 break;