summaryrefslogtreecommitdiffstats
path: root/axiom
diff options
context:
space:
mode:
authorGravatar nandika2010-06-23 05:47:17 +0000
committerGravatar nandika2010-06-23 05:47:17 +0000
commitd7a621a77f63868894d0f29ff3e4c5542ee92f60 (patch)
treef08d62e7c3ec20b7486cfa95432a74206dd1fe6a /axiom
parent3d12782d16cfeda3874388619f86d26e35fc6786 (diff)
downloadaxis2c-d7a621a77f63868894d0f29ff3e4c5542ee92f60.tar.gz
axis2c-d7a621a77f63868894d0f29ff3e4c5542ee92f60.tar.bz2
error log message changed to debug setting.
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom')
-rw-r--r--axiom/src/om/om_stax_builder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/axiom/src/om/om_stax_builder.c b/axiom/src/om/om_stax_builder.c
index fc7dfce..de13c9c 100644
--- a/axiom/src/om/om_stax_builder.c
+++ b/axiom/src/om/om_stax_builder.c
@@ -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;
}