]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Mail.php
Merge pull request #11974 from annando/issue-11969
[friendica.git] / src / Model / Mail.php
index afe3a3227ae620f1a80001cb8698f3191c98356a..e494119cb8d9731b26114a931643d6b09af22629 100644 (file)
@@ -186,7 +186,7 @@ class Mail
                }
 
                if (!$convid) {
-                       Logger::notice('send message: conversation not found.');
+                       Logger::warning('conversation not found.');
                        return -4;
                }
 
@@ -290,7 +290,7 @@ class Mail
                }
 
                if (!$convid) {
-                       Logger::notice('send message: conversation not found.');
+                       Logger::warning('conversation not found.');
                        return -4;
                }