change handleSlo

This commit is contained in:
<bdauvergne@entrouvert.com> 1209045473 +0200 0001-01-01 00:00:00 +00:00
parent 713d8c2bc6
commit 1340292949
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ class MyEndPoint extends LassoSPKitSaml2Endpoint {
function handleSlo($ret) {
if ($ret) {
lassospkit_errlog("Demande de slo échoué: $ret");
} else {
lassospkit_errlog("Demande de slo réussie: $ret");
}
}
}