]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Mail.php
Added contact
[friendica.git] / src / Model / Mail.php
index f9c197ffa0fa55dd7939fea61c098daa5f4162e6..7cd836610b6ce924650f90f868a902707dc2b63a 100644 (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;
                }