]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify why the AST_LOG_* macros exist next to the LOG_* macros.
authorWalter Doekes <walter+asterisk@wjd.nu>
Tue, 22 Nov 2011 20:29:36 +0000 (20:29 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Tue, 22 Nov 2011 20:29:36 +0000 (20:29 +0000)
(issue ASTERISK-17973)

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

include/asterisk/logger.h

index e147e8ef6a5d993abc11810e45ac024acb2fc181..9363caa748f773d80efbfb21aa7f13561fed31e9 100644 (file)
@@ -107,8 +107,8 @@ void ast_console_toggle_loglevel(int fd, int level, int state);
 
 /* Note: The AST_LOG_* macros below are the same as
  * the LOG_* macros and are intended to eventually replace
- * the LOG_* macros to avoid name collisions as has been
- * seen in app_voicemail. However, please do NOT remove
+ * the LOG_* macros to avoid name collisions with the syslog(3)
+ * log levels. However, please do NOT remove
  * the LOG_* macros from the source since these may be still
  * needed for third-party modules
  */