Downloading large images (about 1GiB) prints a lots of hash characters, so it is hard to follow
what is happenings. Reduce the amount of printed progress marks by a magnitude.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I142d1c646b2232eb505301a88b1ff051ac2bc19c
}
if ((nfs_offset != 0) && !((nfs_offset) %
}
if ((nfs_offset != 0) && !((nfs_offset) %
- (NFS_READ_SIZE / 2 * 10 * HASHES_PER_LINE)))
+ (NFS_READ_SIZE / 2 * 256 * HASHES_PER_LINE)))
- if (!(nfs_offset % ((NFS_READ_SIZE / 2) * 10)))
+ if (!(nfs_offset % ((NFS_READ_SIZE / 2) * 256)))
putc('#');
if (supported_nfs_versions & NFSV2_FLAG) {
putc('#');
if (supported_nfs_versions & NFSV2_FLAG) {