Must use ZoneMinder instead of ZoneMinder::Logger

pull/1624/head
Isaac Connor 2016-05-19 12:08:25 -04:00
parent fff54e4086
commit d57690903d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ use bytes;
use autouse 'Pod::Usage'=>qw(pod2usage);
@EXTRA_PERL_LIB@
use ZoneMinder::Logger qw(:all);
use ZoneMinder;
my $command = $ARGV[0];