From 59b41da4d53feb7b3718246b5ceb815604c0ae3d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Apr 2011 22:53:08 +0200 Subject: idevicebackup4: Remove duplicated progress output when receiving files --- tools/idevicebackup4.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index d581633..1a63587 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c @@ -846,8 +846,6 @@ static int mb2_handle_receive_files(plist_t message, const char *backup_dir) } else { printf("Error opening '%s' for writing: %s\n", bname, strerror(errno)); } - if (backup_total_size > 0) - print_progress(backup_real_size, backup_total_size); if (nlen == 0) { break; } -- cgit v1.1-32-gdbae