summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dumprmt.c
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-11-01 17:23:41 +0000
committerfenner <fenner@FreeBSD.org>1996-11-01 17:23:41 +0000
commit8cf03fedfcf64ae6fece48a91405127bd03433e0 (patch)
treea307ba0a58d1762ceb83d047e0271ad86c55fe98 /sbin/dump/dumprmt.c
parent7737dfdd626c26bdc808c05fa83535c213b273d3 (diff)
downloadFreeBSD-src-8cf03fedfcf64ae6fece48a91405127bd03433e0.zip
FreeBSD-src-8cf03fedfcf64ae6fece48a91405127bd03433e0.tar.gz
Use fprintf(stderr,) instead of msgtail() so it works for restore as well.
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 27008ef..d7d59a4 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;
OpenPOWER on IntegriCloud