aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 17:07:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 17:07:17 +0000
commit27bd894678036ae796cb66a4fa6bad055f3e4833 (patch)
tree0226497ed9534ebd0ed27b8197ef7c89a5b787a8 /main/logger.c
parent821a0dd9a48e34db20aba100aedbeb287c02225e (diff)
Output verbose messages to the normal logger as well. (issue #9476 reported by gdalgliesh)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61522 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/logger.c b/main/logger.c
index ce40cf767..e842c77bd 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;