summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-07-14 04:13:01 +0200
committerGravatar Martin Szulecki2010-07-14 04:13:01 +0200
commit38b8439c0b9b4b64aae1c812da322146d0843446 (patch)
tree942a08b5f494ca0be2e3525d4895f79d512379d0 /src/idevicerestore.c
parent64f2c23140d23d409989f148a57366e37df468b2 (diff)
downloadidevicerestore-38b8439c0b9b4b64aae1c812da322146d0843446.tar.gz
idevicerestore-38b8439c0b9b4b64aae1c812da322146d0843446.tar.bz2
Add and improve some comments for restore process
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 93623bc..50e2783 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -166,7 +166,7 @@ int main(int argc, char* argv[]) {
error("ERROR: Unable to find device ECID\n");
return -1;
}
- debug("Found ECID %llu\n", client->ecid);
+ info("Found ECID %llu\n", client->ecid);
}
// choose whether this is an upgrade or a restore (default to upgrade)