Author: fapeeler
Date: Fri May 2 18:29:40 2014
New Revision: 1591998
URL: http://svn.apache.org/r1591998
Log:
VCL-758
commented out notify statement to reduce vcld.log clutter
Modified:
vcl/trunk/managementnode/bin/vcld
Modified: vcl/trunk/managementnode/bin/vcld
URL:
http://svn.apache.org/viewvc/vcl/trunk/managementnode/bin/vcld?rev=1591998&r1=1591997&r2=1591998&view=diff
==============================================================================
--- vcl/trunk/managementnode/bin/vcld (original)
+++ vcl/trunk/managementnode/bin/vcld Fri May 2 18:29:40 2014
@@ -155,7 +155,7 @@ sub main () {
if (defined $info{managementnode}{checkininterval}) {
$management_node_checkin_interval =
$info{managementnode}{checkininterval};
}
- notify($ERRORS{'DEBUG'}, $LOGFILE, "dump: " .
format_data($ENV{management_node_info}{$management_node_id}));
+ #notify($ERRORS{'DEBUG'}, $LOGFILE, "dump: " .
format_data($ENV{management_node_info}{$management_node_id}));
}
# Set the vcld environment variable to 0 so other subroutines
know if this is the vcld or child process