summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated/check_tcp.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-02-07 14:39:46 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-02-07 14:39:46 +0000
commit8991d912277a5d17608466544e0b445a8e0adb46 (patch)
tree08b99a4f194ef02be36aa98d7c1a3a92748e0823 /usr.sbin/hoststated/check_tcp.c
parentbb4378f54dde688d5132078973e428d6c68aa229 (diff)
remove superfluos log_debug() messages
ok pyr@
Diffstat (limited to 'usr.sbin/hoststated/check_tcp.c')
-rw-r--r--usr.sbin/hoststated/check_tcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/check_tcp.c b/usr.sbin/hoststated/check_tcp.c
index 2d480546c7a..20dcfe9a5fc 100644
--- a/usr.sbin/hoststated/check_tcp.c
+++ b/usr.sbin/hoststated/check_tcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: check_tcp.c,v 1.17 2007/02/06 10:27:33 reyk Exp $ */
+/* $OpenBSD: check_tcp.c,v 1.18 2007/02/07 14:39:45 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -200,7 +200,6 @@ tcp_send_req(int s, short event, void *arg)
len -= bs;
} while (len > 0);
- log_debug("tcp_send_req: write done");
if ((cte->buf = buf_dynamic(SMALL_READ_BUF_SIZE, UINT_MAX)) == NULL)
fatalx("tcp_send_req: cannot create dynamic buffer");
event_again(&cte->ev, s, EV_TIMEOUT|EV_READ, tcp_read_buf,