diff options
| author | 2010-05-31 03:17:12 +0000 | |
|---|---|---|
| committer | 2010-05-31 03:17:12 +0000 | |
| commit | 5a2112ba79e47706779db76ddd504b89d9714f37 (patch) | |
| tree | 0d20bf640dd8bf0416124027c7ce2cd0210d5d6e /util | |
| parent | cf96232487f0d2b25d1d75a6f45113176c1daa04 (diff) | |
| download | axis2c-5a2112ba79e47706779db76ddd504b89d9714f37.tar.gz axis2c-5a2112ba79e47706779db76ddd504b89d9714f37.tar.bz2 | |
AXIS2C-1462 axutil_log_impl_log_user() logs with AXIS2_LOG_LEVEL_DEBUG 
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
| -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 | 
