# HG changeset patch # User Matt Johnston # Date 1093166591 0 # Node ID 297167ef41bdac378ad2bd73ac7eae22bb0d5f03 # Parent 27e633c92158bb52297be34c19ae4789f407eaed Fix for printing out things with inetd mode when we have DEBUG_TRACE compiled in but no -v: we don't want to print messages out since it goes to the socket (and over the wire - bad). diff -r 27e633c92158 -r 297167ef41bd svr-session.c --- a/svr-session.c Thu Aug 19 15:27:47 2004 +0000 +++ b/svr-session.c Sun Aug 22 09:23:11 2004 +0000 @@ -168,7 +168,7 @@ /* if we are using DEBUG_TRACE, we want to print to stderr even if * syslog is used, so it is included in error reports */ #ifdef DEBUG_TRACE - havetrace = 1; + havetrace = debug_trace; #endif if (!svr_opts.usingsyslog || havetrace)