Author: nandika
Date: Wed Jun 23 05:47:17 2010
New Revision: 957116
URL: http://svn.apache.org/viewvc?rev=957116&view=rev
Log:
error log message changed to debug setting.
Modified:
axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c
Modified: axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c?rev=957116&r1=957115&r2=957116&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c (original)
+++ axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c Wed Jun 23 05:47:17
2010
@@ -637,7 +637,7 @@ axiom_stax_builder_next_with_token(
if(om_builder->done)
{
AXIS2_ERROR_SET(env->error, AXIS2_ERROR_BUILDER_DONE_CANNOT_PULL,
AXIS2_FAILURE);
- AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "OM is fully built. Nothing
more to build");
+ AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "OM is fully built.
Nothing more to build");
return -1;
}
@@ -648,7 +648,7 @@ axiom_stax_builder_next_with_token(
{
om_builder->done = AXIS2_TRUE;
AXIS2_ERROR_SET(env->error, AXIS2_ERROR_BUILDER_DONE_CANNOT_PULL,
AXIS2_FAILURE);
- AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Error when reading xml");
+ AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "-1 returned from the
xml reader when reading xml");
return -1;
}