From d7a621a77f63868894d0f29ff3e4c5542ee92f60 Mon Sep 17 00:00:00 2001
From: nandika
Date: Wed, 23 Jun 2010 05:47:17 +0000
Subject: 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
---
 axiom/src/om/om_stax_builder.c | 4 ++--
 1 file 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;
     }
 
-- 
cgit v1.1-32-gdbae