1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

zenus_: Correct compilation errors when Logger not available

This commit is contained in:
Paul Saunders 2015-07-20 10:45:54 +01:00
parent fe2707654f
commit 73c0ad7797

View file

@ -105,6 +105,8 @@ if ($CAN_LOG) {
);
Log::Log4perl::init( \$loggerconf );
our $logger = Log::Log4perl->get_logger($ACCT);
} else {
our $logger = undef;
}
my $lastread;