diff options
| author | 2011-04-26 22:53:56 +0200 | |
|---|---|---|
| committer | 2011-04-26 22:53:56 +0200 | |
| commit | a0c29cc3d5035653642a2d9fcb8395f76c636fe4 (patch) | |
| tree | 2313c6c6560c2a611c834ebd0e3ee15d30dc488a | |
| parent | 59b41da4d53feb7b3718246b5ceb815604c0ae3d (diff) | |
| download | libimobiledevice-a0c29cc3d5035653642a2d9fcb8395f76c636fe4.tar.gz libimobiledevice-a0c29cc3d5035653642a2d9fcb8395f76c636fe4.tar.bz2 | |
idevicebackup4: Make restore finish message similar to the one for backup
| -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 1a63587..50bfc49 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -1544,7 +1544,7 @@ files_out: | |||
| 1544 | } | 1544 | } |
| 1545 | } else if (cmd == CMD_RESTORE) { | 1545 | } else if (cmd == CMD_RESTORE) { |
| 1546 | // TODO: check for success/failure | 1546 | // TODO: check for success/failure |
| 1547 | PRINT_VERBOSE(1, "Restore operation finished. The device should reboot now to complete the process.\n"); | 1547 | PRINT_VERBOSE(1, "The device should reboot now to complete the process.\nRestore Successful.\n"); |
| 1548 | } | 1548 | } |
| 1549 | } | 1549 | } |
| 1550 | if (lockfile) { | 1550 | if (lockfile) { |
