From: Michael Date: Sun, 16 Aug 2020 18:07:36 +0000 (+0000) Subject: Setting priority to "notice" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4aebffd3b29a82306c76307f7c4a93f95efcd92;p=friendica.git Setting priority to "notice" --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 9ba2089c13..78830c5603 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -717,7 +717,7 @@ class Feed } if ($contact['priority'] != $priority) { - Logger::info('Adjusting priority', ['old' => $contact['priority'], 'new' => $priority, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]); + Logger::notice('Adjusting priority', ['old' => $contact['priority'], 'new' => $priority, 'id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url']]); } }