[asterisk-commits] rmudgett: branch 1.8 r338235 - /branches/1.8/include/asterisk/logger.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 28 16:17:49 CDT 2011


Author: rmudgett
Date: Wed Sep 28 16:17:45 2011
New Revision: 338235

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338235
Log:
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

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=338235&r1=338234&r2=338235
==============================================================================
--- branches/1.8/include/asterisk/logger.h (original)
+++ branches/1.8/include/asterisk/logger.h Wed Sep 28 16:17:45 2011
@@ -168,7 +168,7 @@
 #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




More information about the asterisk-commits mailing list