diff options
author | joerg <joerg@FreeBSD.org> | 1995-12-23 11:53:56 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-12-23 11:53:56 +0000 |
commit | 5f3152c4228ae046d7b70c81c3fe342808bd0abf (patch) | |
tree | 99c83ba57436adc4cca6daf57920745e408cbbf6 /sbin | |
parent | 94056752b61972aa8973ca9142c8a1df977b8587 (diff) | |
download | FreeBSD-src-5f3152c4228ae046d7b70c81c3fe342808bd0abf.zip FreeBSD-src-5f3152c4228ae046d7b70c81c3fe342808bd0abf.tar.gz |
Put the superfluous "DUMP:" back in the statistics line, to make
Amanda happy.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dump/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c index fdccb9e..a1324dd 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -453,9 +453,9 @@ main(argc, argv) for (i = 0; i < ntrec; i++) writeheader(maxino - 1); if (pipeout) - msg("%ld tape blocks\n", spcl.c_tapea); + msg("DUMP: %ld tape blocks\n", spcl.c_tapea); else - msg("%ld tape blocks on %d volumes(s)\n", + msg("DUMP: %ld tape blocks on %d volumes(s)\n", spcl.c_tapea, spcl.c_volume); /* report dump performance, avoid division through zero */ |