Skip to content
Snippets Groups Projects
Commit 5e6e4905 authored by Cato Olsen's avatar Cato Olsen
Browse files

Fixed typo in comment.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@975 44740490-163a-0410-bde0-09ae8108e29a
parent 6ab07198
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,8 @@ class SimpleSAML_Logger {
*/
self::$logLevel = $config->getValue('logging.level',LOG_INFO);
/* If 'session.handler' is NULL or unset, then we want
* to fall back to the default PHP session handler.
/* If 'logging.handler' is NULL or unset, then we want
* to fall back to the default logging handler.
*/
if(is_null($handler)) {
$handler = 'syslog';
......
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