]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Merge pull request #11877 from annando/log-levels
[friendica.git] / src / Model / Contact.php
index 8c8a25b6d4889586bb3512e45d87607aaae25579..0408ea78a71a34b74c5f5f90118c942b1af74ffa 100644 (file)
@@ -1299,7 +1299,7 @@ class Contact
                        }
 
                        if (!$contact_id) {
-                               Logger::info('Contact was not inserted', ['url' => $url, 'uid' => $uid]);
+                               Logger::warning('Contact was not inserted', ['url' => $url, 'uid' => $uid]);
                                return 0;
                        }
                } else {