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/05/21 14:29:32 UTC

svn commit: r408165 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Author: rjung
Date: Sun May 21 05:29:32 2006
New Revision: 408165

URL: http://svn.apache.org/viewvc?rev=408165&view=rev
Log:
Forgot removal of '\n'-error logging in mod_jk
for Apache 2. The newline moved to jk_log()
in jk_util.c in r406360.

Modified:
    tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?rev=408165&r1=408164&r2=408165&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Sun May 21 05:29:32 2006
@@ -2194,8 +2194,6 @@
                                  "mod_jk: jk_log_to_file %s failed: %s",
                                  what, error);
                 }
-                else
-                    apr_file_putc('\n', p->jklogfp);
                 rv = apr_global_mutex_unlock(jk_log_lock);
                 if (rv != APR_SUCCESS) {
                     ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, NULL,



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