Skip to content
Snippets Groups Projects
Unverified Commit 80f7cf02 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix log-message

parent 3b1b3458
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class LogoutStore
try {
$store->pdo->exec($query);
} catch (\Exception $e) {
\SimpleSAML\Logger::warning($store->pdo->errorInfo());
\SimpleSAML\Logger::warning('Database error: '.var_export($store->pdo->errorInfo(), true));
return;
}
$store->setTableVersion('saml_LogoutStore', 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment