]> git.mxchange.org Git - friendica.git/commitdiff
Setting priority to "notice"
authorMichael <heluecht@pirati.ca>
Sun, 16 Aug 2020 18:07:36 +0000 (18:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 16 Aug 2020 18:07:36 +0000 (18:07 +0000)
src/Protocol/Feed.php

index 9ba2089c13af5a49114d02e84f534be015a2fb2d..78830c56033dcb2b4a075c07ed37b37e54f89ca7 100644 (file)
@@ -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']]);
                }
        }