diff options
author | shankar | 2010-04-05 14:02:51 +0000 |
---|---|---|
committer | shankar | 2010-04-05 14:02:51 +0000 |
commit | 9719eff91e5fc7382d3ae42dd50580c638f63b93 (patch) | |
tree | 9868734b14eb9092b196130a65a40762cb519ac6 /samples | |
parent | ee9d060d4221963c6e5bf5950a7e9b99c10cba29 (diff) | |
download | axis2c-9719eff91e5fc7382d3ae42dd50580c638f63b93.tar.gz axis2c-9719eff91e5fc7382d3ae42dd50580c638f63b93.tar.bz2 |
Fixing invalid error loggings
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930860 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/server/notify/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |