diff options
author | Martin Szulecki | 2011-04-26 22:53:08 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-26 22:53:08 +0200 |
commit | 59b41da4d53feb7b3718246b5ceb815604c0ae3d (patch) | |
tree | 63c494ecb788cd308570c075b2dbbe5a148231ac /tools | |
parent | ceb09353a8524917de1a9d3b65518c631a300de1 (diff) | |
download | libimobiledevice-59b41da4d53feb7b3718246b5ceb815604c0ae3d.tar.gz libimobiledevice-59b41da4d53feb7b3718246b5ceb815604c0ae3d.tar.bz2 |
idevicebackup4: Remove duplicated progress output when receiving files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicebackup4.c | 2 |
1 files changed, 0 insertions, 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; } |