summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2007-03-08 14:41:01 +0000
committeretienne2007-03-08 14:41:01 +0000
commitb11484e1163e0e138066f645a0a7cf406510c8d3 (patch)
treee09898adf4d11b4f25a9730e7b6161bf847453fd
parent10a3b29e3f6e37c6020cb36c99899e2885c962c2 (diff)
downloadivymon-b11484e1163e0e138066f645a0a7cf406510c8d3.zip
ivymon-b11484e1163e0e138066f645a0a7cf406510c8d3.tar.gz
ivymon-b11484e1163e0e138066f645a0a7cf406510c8d3.tar.bz2
ivymon-b11484e1163e0e138066f645a0a7cf406510c8d3.tar.xz
supressed debug output
-rwxr-xr-xsrc/ivymon2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivymon b/src/ivymon
index 4d7ccc5..512bf52 100755
--- a/src/ivymon
+++ b/src/ivymon
@@ -1048,7 +1048,7 @@ sub checkClientsStatus {
$regexp = $host;
}
$host =~ s/:.*//;
- print "status=$status host=$host regexp=$regexp\n";
+ #print "status=$status host=$host regexp=$regexp\n";
$appname =~ s/ /_/g;
if ($status eq 'died') {
&removeClient($appname, $host);