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 di...@apache.org on 2007/07/09 08:31:30 UTC

svn commit: r554533 - /webservices/axis2/trunk/c/src/core/context/msg_ctx.c

Author: dinesh
Date: Sun Jul  8 23:31:30 2007
New Revision: 554533

URL: http://svn.apache.org/viewvc?view=rev&rev=554533
Log:
return added

Modified:
    webservices/axis2/trunk/c/src/core/context/msg_ctx.c

Modified: webservices/axis2/trunk/c/src/core/context/msg_ctx.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/context/msg_ctx.c?view=diff&rev=554533&r1=554532&r2=554533
==============================================================================
--- webservices/axis2/trunk/c/src/core/context/msg_ctx.c (original)
+++ webservices/axis2/trunk/c/src/core/context/msg_ctx.c Sun Jul  8 23:31:30 2007
@@ -1151,7 +1151,7 @@
     
     if (!property)
     {
-        AXIS2_LOG_ERROR(env->log, 
+        AXIS2_LOG_WARNING(env->log, 
                         AXIS2_LOG_SI, 
                         "%s not set in message context", property_str);
         return NULL;
@@ -1160,7 +1160,7 @@
     property_value = axutil_property_get_value(property, env);
     if (!property_value)
     {
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, 
+        AXIS2_LOG_WARNING(env->log, AXIS2_LOG_SI, 
                         "%s properties not set in message context", 
                         property_str);
         return NULL;



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