[svn-commits] wdoekes: branch 1.8 r345923 - /branches/1.8/include/asterisk/logger.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 22 14:29:40 CST 2011


Author: wdoekes
Date: Tue Nov 22 14:29:36 2011
New Revision: 345923

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345923
Log:
Clarify why the AST_LOG_* macros exist next to the LOG_* macros.

(issue ASTERISK-17973)

Modified:
    branches/1.8/include/asterisk/logger.h

Modified: branches/1.8/include/asterisk/logger.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/include/asterisk/logger.h?view=diff&rev=345923&r1=345922&r2=345923
==============================================================================
--- branches/1.8/include/asterisk/logger.h (original)
+++ branches/1.8/include/asterisk/logger.h Tue Nov 22 14:29:36 2011
@@ -107,8 +107,8 @@
 
 /* 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
  */




More information about the svn-commits mailing list