diff options
| -rw-r--r-- | tools/idevicebackup4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index 0d18338..f91d3e3 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -1465,7 +1465,7 @@ checkpoint: | |||
| 1465 | } | 1465 | } |
| 1466 | if (error_code != 0) { | 1466 | if (error_code != 0) { |
| 1467 | if (str) { | 1467 | if (str) { |
| 1468 | printf("ErrorCode %d: Description: %s\n", error_code, str); | 1468 | printf("ErrorCode %d: %s\n", error_code, str); |
| 1469 | } else { | 1469 | } else { |
| 1470 | printf("ErrorCode %d: (Unknown)\n", error_code); | 1470 | printf("ErrorCode %d: (Unknown)\n", error_code); |
| 1471 | } | 1471 | } |
