From: Richard Mudgett Date: Wed, 28 Sep 2011 21:17:45 +0000 (+0000) Subject: Fix inconsistency in LOG_VERBOSE/AST_LOG_VERBOSE declaration. X-Git-Tag: 1.8.8.0-rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c50ae5bb5fdbf11a2e2f70d57b7bc80b6ebfb51;p=thirdparty%2Fasterisk.git 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/1.8@338235 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h index a2a28809f2..e147e8ef6a 100644 --- a/include/asterisk/logger.h +++ b/include/asterisk/logger.h @@ -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