diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 14:54:14 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-07 14:54:14 +0000 |
commit | 5d917e6e9346f9f32cdedc0ea2e35ba7f13036e1 (patch) | |
tree | 5f269fa01a5a2f1e432c4ad885bc224169d58596 /usr.sbin/relayd | |
parent | 2d25e5f2f2bd8c0b089cafaa50ec01ef833badf3 (diff) |
another log_debug() removal ("nothing to write")
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r-- | usr.sbin/relayd/check_tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/relayd/check_tcp.c b/usr.sbin/relayd/check_tcp.c index 5b5f235aa20..29aa99b6419 100644 --- a/usr.sbin/relayd/check_tcp.c +++ b/usr.sbin/relayd/check_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: check_tcp.c,v 1.19 2007/02/07 14:45:12 reyk Exp $ */ +/* $OpenBSD: check_tcp.c,v 1.20 2007/02/07 14:54:13 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -166,7 +166,6 @@ tcp_host_up(int s, struct ctl_tcp_event *cte) return; } - log_debug("tcp_host_up: nothing to write"); if ((cte->buf = buf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == NULL) fatalx("tcp_host_up: cannot create dynamic buffer"); event_again(&cte->ev, s, EV_TIMEOUT|EV_READ, tcp_read_buf, |