From c5f9514d118361fc1ef320cc050cb089b038b6c5 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Wed, 2 Sep 2020 18:49:46 +0200 Subject: [PATCH] Update warn message --- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm index 9c0b96710..51cb268bd 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm @@ -5,7 +5,7 @@ use Lemonldap::NG::Common::Regexp; use Lemonldap::NG::Handler::Main; use Lemonldap::NG::Common::Util qw(getSameSite); -our $VERSION = '2.0.8'; +our $VERSION = '2.0.9'; ## @method hashref tests(hashref conf) # Return a hash ref where keys are the names of the tests and values @@ -226,7 +226,7 @@ sub tests { eval { tied(%h)->delete; }; return ( -1, "Unable to delete session ($@)" ) if ($@); return ( -1, -'All sessions may be lost and you must restart all your Apache servers' +'All sessions may be lost and you must restart all your web servers' ) if ( $gc and $conf->{globalStorage} ne $gc ); return 1; },