From 5aa639ff7651385665089b1f839bd14722b4c4f5 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 3 Oct 2019 18:11:54 -0400 Subject: [PATCH] use common printMsg --- scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm index 463fddb52..3e5e0d4f4 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm @@ -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);