aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dumprmt.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-11-01 17:23:41 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-11-01 17:23:41 +0000
commitb11ecdd6d084d206b7181cf3495225968755aab8 (patch)
treea307ba0a58d1762ceb83d047e0271ad86c55fe98 /sbin/dump/dumprmt.c
parent7fded3d0e53666f48ce167d5be05a3a20edf767b (diff)
downloadsrc-b11ecdd6d084d206b7181cf3495225968755aab8.tar.gz
src-b11ecdd6d084d206b7181cf3495225968755aab8.zip
Use fprintf(stderr,) instead of msgtail() so it works for restore as well.
Notes
Notes: svn path=/head/; revision=19317
Diffstat (limited to 'sbin/dump/dumprmt.c')
-rw-r--r--sbin/dump/dumprmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c
index 27008efb7109..d7d59a49deba 100644
--- a/sbin/dump/dumprmt.c
+++ b/sbin/dump/dumprmt.c
@@ -174,6 +174,7 @@ rmtgetconn()
msg("login to %s as %s failed.\n", rmtpeer, tuser);
return;
}
+ (void)fprintf(stderr, "Connection to %s established.\n", rmtpeer);
size = ntrec * TP_BSIZE;
if (size > 60 * 1024) /* XXX */
size = 60 * 1024;