use common printMsg

This commit is contained in:
Isaac Connor 2019-10-03 18:11:54 -04:00
parent 5799815c2e
commit 5aa639ff76
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ sub sendCmd {
my $result = undef;
printMsg($cmd, 'Tx');
$self->printMsg($cmd, 'Tx');
#print( "http://$address/$cmd\n" );
my $req = HTTP::Request->new( GET=>'http://'.$self->{Monitor}->{ControlAddress}.'/'.$cmd);