From 7287066244e069a724eb4f0e8652c4140924fbc1 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 1 Nov 1996 13:02:20 +0000 Subject: 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. --- sbin/dump/dumprmt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin') 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; -- cgit v1.1