diff options
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 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 */ |
