Author: hgomez
Date: Tue Apr 24 06:21:42 2007
New Revision: 531925

URL: http://svn.apache.org/viewvc?view=rev&rev=531925
Log:
no more needed on i5/OS 

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=531925&r1=531924&r2=531925
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Tue Apr 24 06:21:42 2007
@@ -525,15 +525,8 @@
             used = usable_size;
         }
         buf[used] = 0;
-
-/*
- * MCH errors encountered on i5/OS (V5R3/V5R4) when using jk_logger, use the 
JOBLOB QPRINT instead for now
- */
-#ifdef AS400
-               printf("%s\n", buf);
-#else
         l->log(l, level, buf);
-#endif
+
 #ifdef NETWARE
         free(buf);
 #endif



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to