diff options
Diffstat (limited to 'tools/idevicebackup2.c')
| -rw-r--r-- | tools/idevicebackup2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index 0aae36e..58fda8d 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -1954,7 +1954,7 @@ checkpoint: | |||
| 1954 | } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { | 1954 | } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { |
| 1955 | printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); | 1955 | printf("ERROR: Could not start backup process: device refused to start the backup process.\n"); |
| 1956 | } else { | 1956 | } else { |
| 1957 | printf("ERROR: Could not start backup process: unspecified error occured\n"); | 1957 | printf("ERROR: Could not start backup process: unspecified error occurred\n"); |
| 1958 | } | 1958 | } |
| 1959 | cmd = CMD_LEAVE; | 1959 | cmd = CMD_LEAVE; |
| 1960 | } | 1960 | } |
| @@ -2012,7 +2012,7 @@ checkpoint: | |||
| 2012 | } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { | 2012 | } else if (err == MOBILEBACKUP2_E_REPLY_NOT_OK) { |
| 2013 | printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); | 2013 | printf("ERROR: Could not start restore process: device refused to start the restore process.\n"); |
| 2014 | } else { | 2014 | } else { |
| 2015 | printf("ERROR: Could not start restore process: unspecified error occured\n"); | 2015 | printf("ERROR: Could not start restore process: unspecified error occurred\n"); |
| 2016 | } | 2016 | } |
| 2017 | cmd = CMD_LEAVE; | 2017 | cmd = CMD_LEAVE; |
| 2018 | } | 2018 | } |
