You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/11/24 00:24:17 UTC

svn commit: r478710 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

Author: rjung
Date: Thu Nov 23 15:24:16 2006
New Revision: 478710

URL: http://svn.apache.org/viewvc?view=rev&rev=478710
Log:
Initialize new log_fmt to NULL
for non-Apache. If it is NULL, the old
default format will be used.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_util.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?view=diff&rev=478710&r1=478709&r2=478710
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Thu Nov 23 15:24:16 2006
@@ -322,6 +322,7 @@
         if (rc && p) {
             rc->log = log_to_file;
             rc->level = level;
+            rc->log_fmt = NULL;
             rc->logger_private = p;
 #ifdef AS400
             p->logfile = fopen(file, "a+, o_ccsid=0");



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org