From a0c29cc3d5035653642a2d9fcb8395f76c636fe4 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Apr 2011 22:53:56 +0200 Subject: idevicebackup4: Make restore finish message similar to the one for backup --- tools/idevicebackup4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: } } else if (cmd == CMD_RESTORE) { // TODO: check for success/failure - PRINT_VERBOSE(1, "Restore operation finished. The device should reboot now to complete the process.\n"); + PRINT_VERBOSE(1, "The device should reboot now to complete the process.\nRestore Successful.\n"); } } if (lockfile) { -- cgit v1.1-32-gdbae