Fix logging (#714)

This commit is contained in:
Maxime Besson 2021-01-07 18:49:44 +01:00
parent a93a85435d
commit 9d24e5f0d5

View File

@ -37,7 +37,7 @@ sub init {
$tmp =
$self->loadModule( "::Password::$mod->{type}", $mod->{over} );
unless ($tmp) {
$self->notice("Unable to load Password::$mod->{type}");
$self->logger->notice("Unable to load Password::$mod->{type}");
next;
}
}