summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 3ebee61..20dfef4 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -733,7 +733,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
remove(lockfn);
// Extract filesystem from IPSW
- info("Extracting filesystem from IPSW\n");
+ info("Extracting filesystem from IPSW: %s\n", fsname);
if (ipsw_extract_to_file_with_progress(client->ipsw, fsname, filesystem, 1) < 0) {
error("ERROR: Unable to extract filesystem from IPSW\n");
if (client->tss)