-$Id: CHANGES,v 1.100 2001/01/13 18:50:35 stelian Exp $
+$Id: CHANGES,v 1.101 2001/02/16 10:40:47 stelian Exp $
+
+Changes between versions 0.4b21 and 0.4b22 (released ????????????????)
+======================================================================
+
+1. Let dump report the number of blocks dumped per volume.
+ Thanks to Kenneth Porter <shiva@well.com> for the suggestion.
Changes between versions 0.4b20 and 0.4b21 (released January 13, 2001)
======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.28 2000/12/21 15:01:54 stelian Exp $";
+ "$Id: tape.c,v 1.29 2001/02/16 10:40:48 stelian Exp $";
#endif /* not lint */
#include <config.h>
#else
ctime(&tnow));
#endif
+ msg("Volume %d: %ld tape blocks (%.2fMB)\n", tapeno,
+ blocks, ((double)blocks * TP_BSIZE / 1048576));
if (ttaken > 0) {
msg("Volume %d took %d:%02d:%02d\n", tapeno,
ttaken / 3600, (ttaken % 3600) / 60, ttaken % 60);