summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);