Skip to content

Commit

Permalink
Must use ZoneMinder instead of ZoneMinder::Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
connortechnology committed May 19, 2016
1 parent 09e4aca commit 183f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zmsystemctl.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 183f9c7

Please sign in to comment.