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 ma...@apache.org on 2008/12/04 10:02:39 UTC

svn commit: r723257 - /webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c

Author: manjula
Date: Thu Dec  4 01:02:38 2008
New Revision: 723257

URL: http://svn.apache.org/viewvc?rev=723257&view=rev
Log:
Changing the log name.

Modified:
    webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c

Modified: webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c?rev=723257&r1=723256&r2=723257&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/mtom_callback/mtom_callback_client.c Thu Dec  4 01:02:38 2008
@@ -49,7 +49,7 @@
     const axis2_char_t *image_name = "resources/axis2.jpg";
 
     /* Set up the environment */
-    env = axutil_env_create_all("mtom.log", AXIS2_LOG_LEVEL_TRACE);
+    env = axutil_env_create_all("mtom_callback.log", AXIS2_LOG_LEVEL_TRACE);
 
     /* Set end point reference of mtom service */
     address = "http://localhost:9090/axis2/services/mtom_callback";