]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
collapse state of a bunch of #if 0 and #if 1 debugging output (one more file)
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 19:51:21 +0000 (19:51 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 19:51:21 +0000 (19:51 +0000)
git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@272 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/server/client.c

index 90d83bc31a57717633544bbc5b224b1bc2526f9e..56c5190ee5e99f682ad6e20a753866dd7fe07be8 100644 (file)
@@ -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;