Replace deprecated log calls

This commit is contained in:
Michael 2021-10-20 18:53:52 +00:00
parent 353cd66b26
commit f6faae5bb1
28 changed files with 163 additions and 163 deletions

View file

@ -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;
}