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
Branches
Tags
No related merge requests found
...@@ -108,8 +108,8 @@ class SimpleSAML_Logger { ...@@ -108,8 +108,8 @@ class SimpleSAML_Logger {
*/ */
self::$logLevel = $config->getValue('logging.level',LOG_INFO); self::$logLevel = $config->getValue('logging.level',LOG_INFO);
/* If 'session.handler' is NULL or unset, then we want /* If 'logging.handler' is NULL or unset, then we want
* to fall back to the default PHP session handler. * to fall back to the default logging handler.
*/ */
if(is_null($handler)) { if(is_null($handler)) {
$handler = 'syslog'; $handler = 'syslog';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment