Revision: 221
Author: janhenrik.haukeland
Date: Wed Aug 18 13:20:45 2010
Log: Remove debug noise
http://code.google.com/p/monit/source/detail?r=221

Modified:
 /trunk/monitor.c

=======================================
--- /trunk/monitor.c    Mon Jul 26 09:32:06 2010
+++ /trunk/monitor.c    Wed Aug 18 13:20:45 2010
@@ -727,7 +727,6 @@
   LOCK(heartbeatMutex)
   {
     while (! Run.stopped && ! Run.doreload) {
-      DEBUG("Sending M/Monit heartbeat\n");
       if ((status = handle_mmonit(NULL)) == HANDLER_SUCCEEDED)
         wait.tv_sec = time(NULL) + Run.polltime;
       else

_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to