aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dumprmt.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-11-01 13:02:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-11-01 13:02:20 +0000
commitc737f472e8f9bf0bcc3cbd9eac740a55cb9201c2 (patch)
tree2d213c909fe61360f4866aa06e868908c81fbd2f /sbin/dump/dumprmt.c
parent4579c4e0d405b66f4a5f84459543e515a79d5508 (diff)
downloadsrc-c737f472e8f9bf0bcc3cbd9eac740a55cb9201c2.tar.gz
src-c737f472e8f9bf0bcc3cbd9eac740a55cb9201c2.zip
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.
Notes
Notes: svn path=/head/; revision=19315
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 1988fe97ba88..27008efb7109 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;