]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/OnePoll.php
spelling: author
[friendica.git] / src / Worker / OnePoll.php
index bf03e2cf03cbfb9411cfc5f0e5b29e037f1f904d..15a9c856dac27f3eb1200b7f74e0d2b31fb259fb 100644 (file)
@@ -159,7 +159,7 @@ class OnePoll
                }
 
                if (!Network::isValidHttpUrl($contact['poll'])) {
-                       Logger::notice('Poll address is not valid', ['id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url'], 'poll' => $contact['poll']]);
+                       Logger::warning('Poll address is not valid', ['id' => $contact['id'], 'uid' => $contact['uid'], 'url' => $contact['url'], 'poll' => $contact['poll']]);
                        return false;
                }