[asterisk-commits] wdoekes: trunk r345925 - in /trunk: ./ include/asterisk/logger.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 22 14:32:54 CST 2011
Author: wdoekes
Date: Tue Nov 22 14:32:51 2011
New Revision: 345925
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345925
Log:
Clarify why the AST_LOG_* macros exist next to the LOG_* macros.
(issue ASTERISK-17973)
........
Merged revisions 345923 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 345924 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/include/asterisk/logger.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/include/asterisk/logger.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/logger.h?view=diff&rev=345925&r1=345924&r2=345925
==============================================================================
--- trunk/include/asterisk/logger.h (original)
+++ trunk/include/asterisk/logger.h Tue Nov 22 14:32:51 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 asterisk-commits
mailing list