Author: arkurth
Date: Tue Aug 11 20:10:43 2015
New Revision: 1695364
URL: http://svn.apache.org/r1695364
Log:
VCL-871
Trimmed notify message in run_ssh_command so that command length is not always
displayed. This was added while testing this issue and adds unnecessary output
to vcld.log.
Modified:
vcl/trunk/managementnode/lib/VCL/utils.pm
Modified: vcl/trunk/managementnode/lib/VCL/utils.pm
URL:
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=1695364&r1=1695363&r2=1695364&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/utils.pm Tue Aug 11 20:10:43 2015
@@ -4292,7 +4292,7 @@ sub run_ssh_command {
# Print the SSH command, only display the attempt # if > 1
if ($attempts == 1) {
- notify($ERRORS{'DEBUG'}, 0, "executing SSH command on
$node_string: '$ssh_command_summary', SSH command length: $ssh_command_length")
if $output_level;
+ notify($ERRORS{'DEBUG'}, 0, "executing SSH command on
$node_string: '$ssh_command_summary'") if $output_level;
}
else {
notify($ERRORS{'DEBUG'}, 0, "attempt
$attempts/$max_attempts: executing SSH command on $node_string:
'$ssh_command_summary'") if $output_level;