From 9719eff91e5fc7382d3ae42dd50580c638f63b93 Mon Sep 17 00:00:00 2001 From: shankar Date: Mon, 5 Apr 2010 14:02:51 +0000 Subject: Fixing invalid error loggings git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930860 13f79535-47bb-0310-9956-ffa450edef68 --- samples/server/notify/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/server/notify/notify.c b/samples/server/notify/notify.c index 80dc5bd..4264854 100644 --- a/samples/server/notify/notify.c +++ b/samples/server/notify/notify.c @@ -59,7 +59,7 @@ axis2_notify_notify( { axis2_char_t *text_str = (axis2_char_t *) axiom_text_get_value(text, env); - AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Notification received : %s", text_str); + AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Notification received : %s", text_str); } } else -- cgit v1.1-32-gdbae