mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Replace deprecated log
calls
This commit is contained in:
parent
353cd66b26
commit
f6faae5bb1
28 changed files with 163 additions and 163 deletions
|
@ -187,7 +187,7 @@ class Mail
|
|||
}
|
||||
|
||||
if (!$convid) {
|
||||
Logger::log('send message: conversation not found.');
|
||||
Logger::notice('send message: conversation not found.');
|
||||
return -4;
|
||||
}
|
||||
|
||||
|
@ -291,7 +291,7 @@ class Mail
|
|||
}
|
||||
|
||||
if (!$convid) {
|
||||
Logger::log('send message: conversation not found.');
|
||||
Logger::notice('send message: conversation not found.');
|
||||
return -4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue