[asterisk-commits] tilghman: trunk r77349 - in /trunk: ./ main/logger.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 26 14:29:13 CDT 2007


Author: tilghman
Date: Thu Jul 26 14:29:12 2007
New Revision: 77349

URL: http://svn.digium.com/view/asterisk?view=rev&rev=77349
Log:
Merged revisions 77348 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r77348 | tilghman | 2007-07-26 14:27:18 -0500 (Thu, 26 Jul 2007) | 2 lines

Oops, that builtin define should be all-lowercase.

........

Modified:
    trunk/   (props changed)
    trunk/main/logger.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/logger.c
URL: http://svn.digium.com/view/asterisk/trunk/main/logger.c?view=diff&rev=77349&r1=77348&r2=77349
==============================================================================
--- trunk/main/logger.c (original)
+++ trunk/main/logger.c Thu Jul 26 14:29:12 2007
@@ -953,7 +953,7 @@
 
 void ast_backtrace(void)
 {
-#ifdef Linux
+#ifdef linux
 #ifdef AST_DEVMODE
 	int count=0, i=0;
 	void **addresses;
@@ -975,7 +975,7 @@
 #else
 	ast_log(LOG_WARNING, "Must run configure with '--enable-dev-mode' for stack backtraces.\n");
 #endif
-#else /* ndef Linux */
+#else /* ndef linux */
 	ast_log(LOG_WARNING, "Inline stack backtraces are only available on the Linux platform.\n");
 #endif
 }




More information about the asterisk-commits mailing list