summaryrefslogtreecommitdiffstats
path: root/src/dfu.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-20 21:59:47 +0200
committerGravatar Martin Szulecki2012-11-07 22:20:14 +0100
commitbce83dc6c6802054960ab02c159e492222991a86 (patch)
treea9b4ce42ce7e2fa23b8420186672d05bde26ea9c /src/dfu.c
parentf4bdd1ce22061638240fb56ec73eb90c95c7dbcd (diff)
downloadidevicerestore-bce83dc6c6802054960ab02c159e492222991a86.tar.gz
idevicerestore-bce83dc6c6802054960ab02c159e492222991a86.tar.bz2
Do not report that we do signing if we don't know yet
Diffstat (limited to 'src/dfu.c')
-rw-r--r--src/dfu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dfu.c b/src/dfu.c
index 4b2783d..d83dd90 100644
--- a/src/dfu.c
+++ b/src/dfu.c
@@ -152,9 +152,6 @@ int dfu_send_component(struct idevicerestore_client_t* client, plist_t build_ide
}
}
- if (client->tss)
- info("%s will be signed\n", component);
-
if (ipsw_get_component_by_path(client->ipsw, client->tss, component, path, &data, &size) < 0) {
error("ERROR: Unable to get component: %s\n", component);
free(path);