mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02: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