From: Kern Sibbald Date: Fri, 4 Sep 2009 16:07:52 +0000 (+0200) Subject: Fix broken editing code X-Git-Tag: Release-7.0.0~2635^2~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc52f91c71c9ea44063408e89c110cc04c7354fd;p=bacula%2Fbacula Fix broken editing code --- 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));