summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/idevicebackup4.c2
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) {