From 99c828dab5c833f826292418979de8fc2c69a1a2 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 3 Sep 2009 18:37:55 +0200 Subject: [PATCH] btape: tweak output --- bacula/src/stored/btape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5