mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Put the superfluous "DUMP:" back in the statistics line, to make
Amanda happy.
This commit is contained in:
parent
5dbaee3639
commit
3be059bae1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12986
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user