Skip to content
Snippets Groups Projects
Commit 6fc5c73f authored by Joshua Colp's avatar Joshua Colp
Browse files

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
parent 3c0b24bd
No related branches found
No related tags found
No related merge requests found
...@@ -1010,6 +1010,8 @@ void ast_verbose(const char *fmt, ...) ...@@ -1010,6 +1010,8 @@ void ast_verbose(const char *fmt, ...)
strcpy(logmsg->str, buf->str); strcpy(logmsg->str, buf->str);
ast_log(LOG_VERBOSE, logmsg->str);
/* Set type */ /* Set type */
logmsg->type = LOGMSG_VERBOSE; logmsg->type = LOGMSG_VERBOSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment