Put the superfluous "DUMP:" back in the statistics line, to make

Amanda happy.
This commit is contained in:
Joerg Wunsch 1995-12-23 11:53:56 +00:00
parent 5dbaee3639
commit 3be059bae1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12986

View File

@ -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 */