You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/13 12:50:14 UTC

svn commit: r463641 - /incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp

Author: ajborley
Date: Fri Oct 13 03:50:12 2006
New Revision: 463641

URL: http://svn.apache.org/viewvc?view=rev&rev=463641
Log:
Downgraded error message logging level for "Axis parameter cannot be found" message

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp

Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp?view=diff&rev=463641&r1=463640&r2=463641
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/Axis2Utils.cpp Fri Oct 13 03:50:12 2006
@@ -59,7 +59,7 @@
     param = AXIS2_SVC_GET_PARAM(svc, env, parameterName);
     if(!param)
     {
-		LOGERROR_1(0,"Axis parameter %s cannot be found", parameterName);
+		LOGERROR_1(1,"Axis parameter %s cannot be found", parameterName);
     }
     else
     {



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