use common printMsg
This commit is contained in:
parent
5799815c2e
commit
5aa639ff76
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue