From: Roland Häder Date: Sun, 22 Jul 2018 17:50:17 +0000 (+0200) Subject: Ops, one more left ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d4c3ca9cce5e7b99b26fe21e9f090e2eebbad7c;p=friendica.git Ops, one more left ... --- diff --git a/src/Model/GContact.php b/src/Model/GContact.php index efb4b6a401..e74d1cca59 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -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; }