pcs 98/01/11 08:51:33
Modified: src/main http_main.c Log: Win32 MT debug stuff: defining DEBUG_TO_ERROR_LOG should send the output of the debugging APDx() macros to the error log. Revision Changes Path 1.264 +1 -1 apachen/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apachen/src/main/http_main.c,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- http_main.c 1998/01/07 16:46:06 1.263 +++ http_main.c 1998/01/11 16:51:32 1.264 @@ -116,7 +116,7 @@ */ # ifdef _DEBUG -# ifndef DEBUG_TO_ERROR_LOG +# ifdef DEBUG_TO_ERROR_LOG # define APD1(a) aplog_error(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,server_conf,a) # define APD2(a,b) aplog_error(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,server_conf,a,b) # define APD3(a,b,c) aplog_error(APLOG_MARK,APLOG_DEBUG|APLOG_NOERRNO,server_conf,a,b,c)