mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Eliminate unnecessary log
This commit is contained in:
parent
f248ea1fe6
commit
8e17ecf11b
@ -1018,11 +1018,6 @@ eval {
|
|||||||
if ($@) {
|
if ($@) {
|
||||||
print ("[INFO] Could not import Sys::Syslog module\n\n");
|
print ("[INFO] Could not import Sys::Syslog module\n\n");
|
||||||
}
|
}
|
||||||
print "---------------------------------------------------------------------\n";
|
|
||||||
my $result = eval { Sys::Syslog->can('openlog') };
|
|
||||||
print $result . "\n\n";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BEGIN { push @INC, '/usr/lib/perl5'; }
|
BEGIN { push @INC, '/usr/lib/perl5'; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user