summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dumprmt.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-11-01 13:02:20 +0000
committerpeter <peter@FreeBSD.org>1996-11-01 13:02:20 +0000
commit7287066244e069a724eb4f0e8652c4140924fbc1 (patch)
tree2d213c909fe61360f4866aa06e868908c81fbd2f /sbin/dump/dumprmt.c
parent78f24241f239dd123b22744c5c01cfe274aa41da (diff)
downloadFreeBSD-src-7287066244e069a724eb4f0e8652c4140924fbc1.zip
FreeBSD-src-7287066244e069a724eb4f0e8652c4140924fbc1.tar.gz
Temporarily disable an information message that was added in the last
commit.. This causes a link error in sbin/restore which also uses this file.
Diffstat (limited to 'sbin/dump/dumprmt.c')
-rw-r--r--sbin/dump/dumprmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c
index 1988fe9..27008ef 100644
--- a/sbin/dump/dumprmt.c
+++ b/sbin/dump/dumprmt.c
@@ -174,7 +174,6 @@ rmtgetconn()
msg("login to %s as %s failed.\n", rmtpeer, tuser);
return;
}
- msgtail("Connection to %s established.\n", rmtpeer);
size = ntrec * TP_BSIZE;
if (size > 60 * 1024) /* XXX */
size = 60 * 1024;
OpenPOWER on IntegriCloud