X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=dump%2Ftape.c;h=a9e3c52bc2cab2e47d9b7b189137f16f5def2703;hb=dbb649e870428cffea2583ed34233d0239b80992;hp=08c6f7948633fb8d2d9f4ba8648a870ee599e30a;hpb=ba3af39e8b08027d3338b5533bddc86a9c803a74;p=dump.git diff --git a/dump/tape.c b/dump/tape.c index 08c6f79..a9e3c52 100644 --- a/dump/tape.c +++ b/dump/tape.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.71 2002/07/29 12:00:33 stelian Exp $"; + "$Id: tape.c,v 1.72 2003/01/10 10:52:48 stelian Exp $"; #endif /* not lint */ #include @@ -336,7 +336,7 @@ do_stats(void) blocks = spcl.c_tapea - tapea_volume; msg("Volume %d completed at: %s", tapeno, ctime(&tnow)); if (! compressed) - msg("Volume %d %ld tape blocks (%.2fMB)\n", tapeno, + msg("Volume %d %ld blocks (%.2fMB)\n", tapeno, blocks, ((double)blocks * TP_BSIZE / 1048576)); if (ttaken > 0) { long volkb = (bytes_written - tapea_bytes) / 1024;