From 8d4c3ca9cce5e7b99b26fe21e9f090e2eebbad7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 22 Jul 2018 19:50:17 +0200 Subject: [PATCH] Ops, one more left ... --- src/Model/GContact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2