mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
better logger format, some comments
This commit is contained in:
parent
ef4ce5f795
commit
0b83432bf3
3 changed files with 30 additions and 10 deletions
|
@ -19,6 +19,8 @@ function ref_session_read ($id) {
|
|||
if(count($r)) {
|
||||
$session_exists = true;
|
||||
return $r[0]['data'];
|
||||
} else {
|
||||
logger("no data for session $id", LOGGER_TRACE);
|
||||
}
|
||||
return '';
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue