]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/btape.c
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / stored / btape.c
index 622192c85bc1c20a7ff70efa1bb1c95b3fc74254..ace8d8ffd0cbbc62c703cafe1ef168a2d01516f1 100644 (file)
@@ -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));