From: Joshua Colp Date: Wed, 11 Apr 2007 17:07:17 +0000 (+0000) Subject: Output verbose messages to the normal logger as well. (issue #9476 reported by gdalgl... X-Git-Tag: 1.6.0-beta1~3^2~2851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc5c73f78be23df3b5660e2b60047ff8d299b98;p=thirdparty%2Fasterisk.git Output verbose messages to the normal logger as well. (issue #9476 reported by gdalgliesh) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61522 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/logger.c b/main/logger.c index ce40cf7674..e842c77bda 100644 --- a/main/logger.c +++ b/main/logger.c @@ -1010,6 +1010,8 @@ void ast_verbose(const char *fmt, ...) strcpy(logmsg->str, buf->str); + ast_log(LOG_VERBOSE, logmsg->str); + /* Set type */ logmsg->type = LOGMSG_VERBOSE;