[svn-commits] wdoekes: branch 10 r345924 - in /branches/10: ./ include/asterisk/logger.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Nov 22 14:31:09 CST 2011
Author: wdoekes
Date: Tue Nov 22 14:31:06 2011
New Revision: 345924
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345924
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
Modified:
branches/10/ (props changed)
branches/10/include/asterisk/logger.h
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/include/asterisk/logger.h
URL: http://svnview.digium.com/svn/asterisk/branches/10/include/asterisk/logger.h?view=diff&rev=345924&r1=345923&r2=345924
==============================================================================
--- branches/10/include/asterisk/logger.h (original)
+++ branches/10/include/asterisk/logger.h Tue Nov 22 14:31:06 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