diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-23 11:53:56 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-12-23 11:53:56 +0000 |
| commit | 3be059bae17cb09c76bc55064245be6214d369e4 (patch) | |
| tree | 99c83ba57436adc4cca6daf57920745e408cbbf6 | |
| parent | 5dbaee3639b283aa5889783eb312a97397aee646 (diff) | |
Notes
| -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 */ |
