summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-12-23 11:53:56 +0000
committerjoerg <joerg@FreeBSD.org>1995-12-23 11:53:56 +0000
commit5f3152c4228ae046d7b70c81c3fe342808bd0abf (patch)
tree99c83ba57436adc4cca6daf57920745e408cbbf6 /sbin/dump
parent94056752b61972aa8973ca9142c8a1df977b8587 (diff)
downloadFreeBSD-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/dump')
-rw-r--r--sbin/dump/main.c4
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 */
OpenPOWER on IntegriCloud