summaryrefslogtreecommitdiffstats
path: root/src/recovery.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-07-30 03:38:08 +0200
committerGravatar Martin Szulecki2012-11-07 21:54:50 +0100
commitb9449722e84379cc15bfc5b2b35b94ea5787eccc (patch)
tree991776b5fe5ac7c16862811a845f0af8957c5183 /src/recovery.c
parentba11d4e1afce58db688a076e5a4d82f8a64541f5 (diff)
downloadidevicerestore-b9449722e84379cc15bfc5b2b35b94ea5787eccc.tar.gz
idevicerestore-b9449722e84379cc15bfc5b2b35b94ea5787eccc.tar.bz2
recovery: disable progress bar for libirecovery uploads
Diffstat (limited to 'src/recovery.c')
-rw-r--r--src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recovery.c b/src/recovery.c
index 4c48e0a..13073d1 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -34,7 +34,7 @@
int recovery_progress_callback(irecv_client_t client, const irecv_event_t* event) {
if (event->type == IRECV_PROGRESS) {
- print_progress_bar(event->progress);
+ //print_progress_bar(event->progress);
}
return 0;
}