Author: damitha
Date: Mon Nov  5 08:08:27 2007
New Revision: 592059

URL: http://svn.apache.org/viewvc?rev=592059&view=rev
Log:
In usage function I mistakenly put default maximum log file size ad 8Mb instead 
of 1Mb.
Corrected this.

Modified:
    
webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c

Modified: 
webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c?rev=592059&r1=592058&r2=592059&view=diff
==============================================================================
--- 
webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c
 (original)
+++ 
webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c
 Mon Nov  5 08:08:27 2007
@@ -226,7 +226,7 @@
             "\t-f LOG_FILE\t log file, default is $AXIS2C_HOME/logs/axis2.log"
             "\n\t\t\t or axis2.log in current folder if AXIS2C_HOME not 
set\n");
     fprintf(stdout,
-            "\t-s LOG_FILE_SIZE\t Maximum log file size in mega bytes, default 
maximum size is 8MB.\n");
+            "\t-s LOG_FILE_SIZE\t Maximum log file size in mega bytes, default 
maximum size is 1MB.\n");
     fprintf(stdout, " Help :\n\t-h \t display this help screen.\n\n");
 }
 



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

Reply via email to