From 3be059bae17cb09c76bc55064245be6214d369e4 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 23 Dec 1995 11:53:56 +0000 Subject: [PATCH] Put the superfluous "DUMP:" back in the statistics line, to make Amanda happy. --- sbin/dump/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/dump/main.c b/sbin/dump/main.c index fdccb9e54782..a1324ddcf4de 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 */