monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r254 committed - [No log message]


From: monit
Subject: [monit-dev] [monit] r254 committed - [No log message]
Date: Thu, 16 Sep 2010 11:20:28 +0000

Revision: 254
Author: martin2812
Date: Thu Sep 16 04:19:46 2010
Log: [No log message]
http://code.google.com/p/monit/source/detail?r=254

Modified:
 /trunk/log.c

=======================================
--- /trunk/log.c        Thu Sep 16 03:43:18 2010
+++ /trunk/log.c        Thu Sep 16 04:19:46 2010
@@ -434,7 +434,7 @@
   char **strs;

   if (Run.debug) {
-    frames = backtrace(callstack, sizeof(callstack));
+    frames = backtrace(callstack, 128);
     strs = backtrace_symbols(callstack, frames);
LogDebug("-------------------------------------------------------------------------------\n");
     for (i = 0; i < frames; ++i)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]