From: Eric Bollengier Date: Thu, 3 Sep 2009 16:37:55 +0000 (+0200) Subject: btape: tweak output X-Git-Tag: Release-5.0.0~318^2~21^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99c828dab5c833f826292418979de8fc2c69a1a2;p=bacula%2Fbacula btape: tweak output --- diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index 2d72da5dd0..b01a047ce2 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -892,7 +892,7 @@ static bool speed_test_raw(fill_mode_t mode, uint64_t nb_gb, uint32_t nb) for ( ;jcr->JobBytes < nb_gb; ) { stat = dev->d_write(dev->fd(), block->buf, block->buf_len); if (stat == (int)block->buf_len) { - if ((block_num++ % 1000) == 0) { + if ((block_num++ % 500) == 0) { printf("+"); fflush(stdout); }