mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
reduce debug messages
This commit is contained in:
@@ -72,7 +72,7 @@ class CI_Session {
|
||||
// No sessions under CLI
|
||||
if (is_cli())
|
||||
{
|
||||
log_message('debug', 'Session: Initialization under CLI aborted.');
|
||||
log_message('info', 'Session: Initialization under CLI aborted.');
|
||||
return;
|
||||
}
|
||||
elseif ((bool) ini_get('session.auto_start'))
|
||||
|
||||
Reference in New Issue
Block a user