]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 338235 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Wed, 28 Sep 2011 21:22:05 +0000 (21:22 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 28 Sep 2011 21:22:05 +0000 (21:22 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r338235 | rmudgett | 2011-09-28 16:17:45 -0500 (Wed, 28 Sep 2011) | 7 lines

  Fix inconsistency in LOG_VERBOSE/AST_LOG_VERBOSE declaration.

  (closes issue ASTERISK-17973)
  Reported by: Luke H
  Patches:
        logger_h.patch (license #6278) patch uploaded by Luke H
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@338253 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/logger.h

index a2a28809f203852c6b020831f112c12ba788f0db..e147e8ef6a5d993abc11810e45ac024acb2fc181 100644 (file)
@@ -168,7 +168,7 @@ void ast_console_toggle_loglevel(int fd, int level, int state);
 #ifdef AST_LOG_VERBOSE
 #undef AST_LOG_VERBOSE
 #endif
-#define LOG_VERBOSE    __LOG_VERBOSE, _A_
+#define AST_LOG_VERBOSE    __LOG_VERBOSE, _A_
 
 #ifdef LOG_DTMF
 #undef LOG_DTMF