diff options
Diffstat (limited to 'irecovery.c')
-rw-r--r-- | irecovery.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irecovery.c b/irecovery.c index 39ac425..3e32395 100644 --- a/irecovery.c +++ b/irecovery.c @@ -277,6 +277,9 @@ int main(int argc, char* argv[]) { } } + if (verbose) irecv_set_debug_level(verbose); + + irecv_init(); irecv_client_t client = NULL; for (i = 0; i <= 5; i++) { debug("Attempting to connect... \n"); @@ -291,8 +294,6 @@ int main(int argc, char* argv[]) { } } - if (verbose) irecv_set_debug_level(verbose); - switch (action) { case kResetDevice: irecv_reset(client); |