Skip to content
Snippets Groups Projects
Commit 08e526e9 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix log message; lines cannot be cut off that way

parent 6a6fdcde
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ $allLinks = [
'federation' => &$links_federation,
];
\SimpleSAML\Module::callHooks('frontpage', $allLinks);
\SimpleSAML\Logger::debug('The "frontpage" hook has been deprecated for the configuration page. Implement the '.'
"configpage" hook instead.');
\SimpleSAML\Logger::debug('The "frontpage" hook has been deprecated for the configuration page. Implement the '.
'"configpage" hook instead.');
// Check for updates. Store the remote result in the session so we
// don't need to fetch it on every access to this page.
......
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