You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2006/12/18 12:18:09 UTC

svn commit: r488227 - /webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c

Author: dushshantha
Date: Mon Dec 18 03:18:04 2006
New Revision: 488227

URL: http://svn.apache.org/viewvc?view=rev&rev=488227
Log:
add a new line for mtom client fail message

Modified:
    webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c

Modified: webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c?view=diff&rev=488227&r1=488226&r2=488227
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c Mon Dec 18 03:18:04 2006
@@ -126,7 +126,7 @@
         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Stub invoke FAILED: Error code:"
                 " %d :: %s", env->error->error_number,
                 AXIS2_ERROR_GET_MESSAGE(env->error));
-        printf("mtom client invoke FAILED!\n");
+        printf("\nmtom client invoke FAILED!\n");
     }
 
     if (svc_client)



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