mirror of
https://github.com/friendica/friendica
synced 2025-04-22 09:10:10 +00:00
Improved logging, avoid fatal error
This commit is contained in:
parent
96e140a027
commit
c5c9fda93c
2 changed files with 3 additions and 2 deletions
|
@ -292,7 +292,7 @@ class Event
|
|||
|
||||
$contact = DBA::selectFirst('contact', [], $conditions);
|
||||
if (!DBA::isResult($contact)) {
|
||||
Logger::warning('Contact not found', ['condition' => $conditions]);
|
||||
Logger::warning('Contact not found', ['condition' => $conditions, 'cakkstack' => System::callstack(20)]);
|
||||
}
|
||||
|
||||
// Existing event being modified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue