Utils: inevitable whitespace conversion

This commit is contained in:
Jed Reynolds
2020-03-10 16:32:23 -07:00
parent a7e74632c3
commit 1845ed5e76

View File

@@ -85,7 +85,7 @@ sub telnet {
sub doCmd {
my $self = shift;
my $cmd = shift;
print "CMD[[$cmd]]\n";
#print "CMD[[$cmd]]\n";
my $t = ${$self->{telnet}};
if ( !$self->cli_send_silent() || (defined $ENV{'LOG_CLI'} && $ENV{'LOG_CLI'} ne "")) {
$self->log_cli($cmd);