summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-07-17 18:17:51 +0200
committerGravatar Nikias Bassen2012-07-17 18:17:51 +0200
commitd6320178868ad28d8fe7860713934b1a07ae8d50 (patch)
tree33a072dec9a7d895ab43b5647d454adeeffb49c7 /src
parentbf3e105ee37d29f6121d26c039c3c3add5c61d66 (diff)
downloadidevicerestore-d6320178868ad28d8fe7860713934b1a07ae8d50.tar.gz
idevicerestore-d6320178868ad28d8fe7860713934b1a07ae8d50.tar.bz2
restore: Correctly print success message after receiving baseband SHSH blobs
Diffstat (limited to 'src')
-rw-r--r--src/restore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.c b/src/restore.c
index 72d075e..1ca12d9 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -1219,6 +1219,7 @@ int restore_send_baseband_data(restored_client_t restore, struct idevicerestore_
error("ERROR: Unable to fetch Baseband TSS\n");
return -1;
}
+ info("received Baseband SHSH blobs\n");
if (idevicerestore_debug)
debug_plist(response);