monit-dev
[Top][All Lists]
Advanced

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

[monit-dev] [monit] r221 committed - Remove debug noise


From: monit
Subject: [monit-dev] [monit] r221 committed - Remove debug noise
Date: Wed, 18 Aug 2010 20:21:37 +0000

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



reply via email to

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