diff options
Diffstat (limited to 'util/src')
-rw-r--r-- | util/src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/log.c b/util/src/log.c index 72a2508..715e100 100644 --- a/util/src/log.c +++ b/util/src/log.c @@ -329,7 +329,7 @@ axutil_log_impl_log_user( va_start(ap, format); AXIS2_VSNPRINTF(value, AXIS2_LEN_VALUE, format, ap); va_end(ap); - log->ops->write(log, value, AXIS2_LOG_LEVEL_DEBUG, file, line); + log->ops->write(log, value, AXIS2_LOG_LEVEL_USER, file, line); } } #ifndef AXIS2_NO_LOG_FILE |