summaryrefslogtreecommitdiff
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-09-28 21:30:14 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-09-28 21:30:14 +0000
commite9736c586f5ec3e0b66c94c713402163319af919 (patch)
treea7dbd1055e2ce708b7b3c7bfb49c044ddc45fb13 /include/asterisk/logger.h
parenta6c29b931e1e86719393791eba49279e106855dd (diff)
Merged revisions 338253 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r338253 | rmudgett | 2011-09-28 16:22:05 -0500 (Wed, 28 Sep 2011) | 14 lines Merged revisions 338235 via svnmerge from 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/trunk@338284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/logger.h')
-rw-r--r--include/asterisk/logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index a2a28809f..e147e8ef6 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