]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GContact.php
Ops, one more left ...
[friendica.git] / src / Model / GContact.php
index efb4b6a401e7955b6894fe0a66566ea5f7ee7851..e74d1cca592aeb9a548fbdd9460811e1c03ba332 100644 (file)
@@ -956,7 +956,7 @@ class GContact
                );
 
                if (!DBM::is_result($r)) {
-                       logger('Cannot find user with uid=' . $uid, LOGGER_NORMAL);
+                       logger('Cannot find user with uid=' . $uid, LOGGER_INFO);
                        return false;
                }