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 da...@apache.org on 2006/02/16 06:48:45 UTC

svn commit: r378172 - /webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c

Author: damitha
Date: Wed Feb 15 21:48:44 2006
New Revision: 378172

URL: http://svn.apache.org/viewcvs?rev=378172&view=rev
Log:
changed the default logfile name

Modified:
    webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c

Modified: webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c?rev=378172&r1=378171&r2=378172&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c Wed Feb 15 21:48:44 2006
@@ -64,7 +64,7 @@
     
     allocator = axis2_allocator_init (NULL);
     error = axis2_error_create(allocator);
-    log = axis2_log_create(allocator, NULL, "/dev/stderr");
+    log = axis2_log_create(allocator, NULL, "addr_echo.log");
     env = axis2_env_create_with_error_log(allocator, error, log);
     env->log->level = AXIS2_LOG_LEVEL_TRACE;
     axis2_error_init();