Author: mturk
Date: Sat Nov 11 04:30:52 2006
New Revision: 473703

URL: http://svn.apache.org/viewvc?view=rev&rev=473703
Log:
Fix the order of format params.

Modified:
    tomcat/connectors/trunk/jni/native/src/error.c

Modified: tomcat/connectors/trunk/jni/native/src/error.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/error.c?view=diff&rev=473703&r1=473702&r2=473703
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/error.c (original)
+++ tomcat/connectors/trunk/jni/native/src/error.c Sat Nov 11 04:30:52 2006
@@ -70,7 +70,7 @@
         if (f != file) {
             f++;
         }
-        sprintf(fmt, "%s for [%s::%04d]", msg, line, f);
+        sprintf(fmt, "%s for [EMAIL PROTECTED]", msg, line, f);
         (*env)->ThrowNew(env, javaExceptionClass, &fmt[0]);
     }
     else



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

Reply via email to