From bc52f91c71c9ea44063408e89c110cc04c7354fd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 4 Sep 2009 18:07:52 +0200 Subject: [PATCH] Fix broken editing code --- 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 622192c85b..ace8d8ffd0 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -2287,7 +2287,7 @@ static void fillcmd() now = 1; /* prevent divide error */ } rate = dev->VolCatInfo.VolCatBytes / now; - Pmsg5(-1, _("Wrote block=%u, file,blk=%u,%u VolBytes=%s rate=%.1f KB/s\n"), + Pmsg5(-1, _("Wrote block=%u, file,blk=%u,%u VolBytes=%s rate=%sB/s\n"), block->BlockNumber, dev->file, dev->block_num, edit_uint64_with_commas(dev->VolCatInfo.VolCatBytes, ec1), edit_uint64_with_suffix(rate, ec2)); -- 2.39.5