monit-dev
[Top][All Lists]
Advanced

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

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


From: monit
Subject: [monit-dev] [monit] r392 committed - [No log message]
Date: Sun, 12 Jun 2011 00:55:12 +0000

Revision: 392
Author:   address@hidden
Date:     Sat Jun 11 17:53:57 2011
Log:      [No log message]
http://code.google.com/p/monit/source/detail?r=392

Modified:
 /trunk/src/monit.c

=======================================
--- /trunk/src/monit.c  Sat Jun 11 17:19:40 2011
+++ /trunk/src/monit.c  Sat Jun 11 17:53:57 2011
@@ -76,10 +76,9 @@
 #include "state.h"
 #include "event.h"

+// libmonit
 #include "Bootstrap.h"
-#include "util/List.h"
-#include "exceptions/Exception.h"
-#include "exceptions/AssertException.h"
+

 /**
  *  DESCRIPTION
@@ -156,7 +155,7 @@
  */
 int main(int argc, char **argv) {
         Bootstrap();
- Bootstrap_setAbortHandler(vLogError); // We let Monit continue even if libmonit throw an exception + Bootstrap_setAbortHandler(vLogError); // We let Monit continue even if libmonit should throw an exception
         Bootstrap_setErrorHandler(vLogError);

   setlocale(LC_ALL, "C");



reply via email to

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