You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/09/07 04:07:40 UTC

svn commit: r440943 - /webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c

Author: samisa
Date: Wed Sep  6 19:07:39 2006
New Revision: 440943

URL: http://svn.apache.org/viewvc?view=rev&rev=440943
Log:
Fixed help message typo on default location

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

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c?view=diff&rev=440943&r1=440942&r2=440943
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c Wed Sep  6 19:07:39 2006
@@ -199,7 +199,8 @@
     fprintf(stdout, "\t-l LOG_LEVEL\t set log level to LOG_LEVEL. Available "
             "log levels range from 0(critical only) to 4(debug)."
             "\n\t\t\t Default log level is 4(debug).\n");
-    fprintf(stdout, "\t-f LOG_FILE\t set log file to LOG_FILE. Default is /dev/stderr\n");
+    fprintf(stdout, "\t-f LOG_FILE\t set log file to LOG_FILE. Default is $AXIS2C_HOME/logs/axis2.log"
+            "\n\t\t\t or current folder if AXIS2C_HOME not set\n");
     fprintf(stdout, " Help :\n\t-h \t display this help screen.\n\n");
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org