Bug: no startSyslog

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent 975063ba7f
commit 92bc738640
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm

@ -60,7 +60,6 @@ sub lmLog {
sub userLog {
my ( $self, $mess, $level ) = @_;
if ( $self->{syslog} ) {
$self->startSyslog();
$level =~ s/^warn$/warning/;
syslog( $level || 'notice', $mess );
}

Loading…
Cancel
Save