revert a commit because it warns during the tests

This commit is contained in:
Sandro Cazzaniga 2012-09-21 08:16:24 +00:00
parent 299ded8657
commit 0bf0f9579c

View File

@ -24,7 +24,7 @@ sub new {
unless ( $portal->{useSafeJail} ) {
# Fake jail
$portal->lmLog( "Creating a fake Safe jail", 'warn' );
$portal->lmLog( "Creating a fake Safe jail", 'debug' );
bless $self, $class;
}
else {