]> git.mxchange.org Git - friendica.git/commitdiff
Ops, one more left ... fixes/e-notice-gcontact
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jul 2018 17:50:17 +0000 (19:50 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 12 Aug 2018 21:16:45 +0000 (23:16 +0200)
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;
                }