diff options
Diffstat (limited to 'src/restore.c')
-rw-r--r-- | src/restore.c | 1 |
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); |