diff options
author | peter <peter@FreeBSD.org> | 1996-11-01 13:02:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-01 13:02:20 +0000 |
commit | 7287066244e069a724eb4f0e8652c4140924fbc1 (patch) | |
tree | 2d213c909fe61360f4866aa06e868908c81fbd2f /sbin | |
parent | 78f24241f239dd123b22744c5c01cfe274aa41da (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/dump/dumprmt.c | 1 |
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; |