diff options
Diffstat (limited to 'src/ivymon')
-rwxr-xr-x | src/ivymon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |