diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 0ec3af4..36b86b8 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -2322,7 +2322,7 @@ int extract_component(const char* ipsw, const char* path, unsigned char** compon else component_name = (char*) path; - info("Extracting %s...\n", component_name); + info("Extracting %s (%s)...\n", component_name, path); if (ipsw_extract_to_memory(ipsw, path, component_data, component_size) < 0) { error("ERROR: Unable to extract %s from %s\n", component_name, ipsw); return -1; |