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 2007/09/19 13:16:00 UTC

svn commit: r577246 - in /webservices/axis2/trunk/c/src/core/deployment: arch_file_data.c conf_builder.c

Author: samisa
Date: Wed Sep 19 04:15:58 2007
New Revision: 577246

URL: http://svn.apache.org/viewvc?rev=577246&view=rev
Log:
Fixed the log messages

Modified:
    webservices/axis2/trunk/c/src/core/deployment/arch_file_data.c
    webservices/axis2/trunk/c/src/core/deployment/conf_builder.c

Modified: webservices/axis2/trunk/c/src/core/deployment/arch_file_data.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/arch_file_data.c?rev=577246&r1=577245&r2=577246&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/arch_file_data.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/arch_file_data.c Wed Sep 19 04:15:58 2007
@@ -150,7 +150,7 @@
             svc = (axis2_svc_t *) val;
             if (svc)
             {
-                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "dam_svc_name:%s", axis2_svc_get_name(svc, env));
+                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Service name :%s", axis2_svc_get_name(svc, env));
                 axis2_svc_free(svc, env);
             }
         }

Modified: webservices/axis2/trunk/c/src/core/deployment/conf_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/conf_builder.c?rev=577246&r1=577245&r2=577246&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/conf_builder.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/conf_builder.c Wed Sep 19 04:15:58 2007
@@ -669,7 +669,7 @@
             AXIS2_TRANSPORT_ENUMS transport_enum;
 
             name = axiom_attribute_get_value(trs_name, env);
-            AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "dam_transport_name:%s", name);
+            AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Transport name:%s", name);
             if (name)
             {
                 if (axutil_strcmp(name, AXIS2_TRANSPORT_HTTP) == 0)



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