speedups and cleanups
[unix-history] / usr / src / sbin / dump / main.c
index 62eff4b..78a3b8c 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)main.c      1.8 (Berkeley) %G%";
+static char *sccsid = "@(#)main.c      1.10 (Berkeley) %G%";
 #include "dump.h"
 
 int    notify = 0;     /* notify operator flag */
 #include "dump.h"
 
 int    notify = 0;     /* notify operator flag */
@@ -157,9 +157,10 @@ main(argc, argv)
        msg("Dumping %s ", disk);
        if (dt != 0)
                msgtail("(%s) ", dt->fs_file);
        msg("Dumping %s ", disk);
        if (dt != 0)
                msgtail("(%s) ", dt->fs_file);
-       msgtail("to %s", tape);
 #ifdef RDUMP
 #ifdef RDUMP
-       msgtail(" on host %s\n", host);
+       msgtail("to %s on host %s\n", tape, host);
+#else
+       msgtail("to %s\n", tape);
 #endif
 
        fi = open(disk, 0);
 #endif
 
        fi = open(disk, 0);