mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Logger Levels
update logger levels in calls
This commit is contained in:
parent
91ef9f238c
commit
50da89d861
86 changed files with 673 additions and 673 deletions
|
@ -35,7 +35,7 @@ class DatabaseSessionHandler extends BaseObject implements SessionHandlerInterfa
|
|||
Session::$exists = true;
|
||||
return $session['data'];
|
||||
}
|
||||
Logger::log("no data for session $session_id", LOGGER_TRACE);
|
||||
Logger::log("no data for session $session_id", Logger::TRACE);
|
||||
|
||||
return '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue