From: Art Cancro Date: Wed, 7 Sep 2011 19:44:18 +0000 (-0400) Subject: oops, I had SERV_TRACE enabled and committed that. fixed X-Git-Tag: v8.11~461 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=553c2ee28de12d58f46746fb93853209d4050d0f oops, I had SERV_TRACE enabled and committed that. fixed --- diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index bb4d6015e..da483deab 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -18,8 +18,8 @@ /* * Uncomment this to log all communications with the Citadel server - */ #define SERV_TRACE 1 + */ #include "webcit.h"