You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/03/30 16:32:07 UTC

svn commit: r390147 - /tomcat/connectors/trunk/jni/native/src/network.c

Author: mturk
Date: Thu Mar 30 06:32:04 2006
New Revision: 390147

URL: http://svn.apache.org/viewcvs?rev=390147&view=rev
Log:
Copy/paste error. Remove extra format.

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

Modified: tomcat/connectors/trunk/jni/native/src/network.c
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jni/native/src/network.c?rev=390147&r1=390146&r2=390147&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/network.c (original)
+++ tomcat/connectors/trunk/jni/native/src/network.c Thu Mar 30 06:32:04 2006
@@ -85,8 +85,8 @@
     fprintf(stderr, "Last receive error      : %d\n", sp_erl_recv);
 
     fprintf(stderr, "Total sendfile calls    : %d\n", sf_num_send);
-    fprintf(stderr, "Minimum sendfile lenght : %d" APR_SIZE_T_FMT "\n", sf_min_send);
-    fprintf(stderr, "Maximum sendfile lenght : %d" APR_SIZE_T_FMT "\n", sf_max_send);
+    fprintf(stderr, "Minimum sendfile lenght : %" APR_SIZE_T_FMT "\n", sf_min_send);
+    fprintf(stderr, "Maximum sendfile lenght : %" APR_SIZE_T_FMT "\n", sf_max_send);
 
 }
 



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