From 38b8439c0b9b4b64aae1c812da322146d0843446 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 14 Jul 2010 04:13:01 +0200 Subject: Add and improve some comments for restore process --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.c') 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) -- cgit v1.1-32-gdbae