From 24297e5e21cee3105d221a4cf19fc9037bbedd36 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 19:51:21 +0000 Subject: collapse state of a bunch of #if 0 and #if 1 debugging output (one more file) --- server/client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/client.c') diff --git a/server/client.c b/server/client.c index 90d83bc..56c5190 100644 --- a/server/client.c +++ b/server/client.c @@ -68,10 +68,8 @@ client_register(ZNotice_t *notice, /* chain the client's host onto this server's host list */ -#if 1 zdbug((LOG_DEBUG, "client_register: adding %s at %s/%d", notice->z_sender, inet_ntoa(*host), ntohs(notice->z_port))); -#endif if (!notice->z_port) return ZSRV_BADSUBPORT; -- cgit v1.2.3