]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Add tests for the PermissionSet repository
[friendica.git] / mod / pubsubhubbub.php
index f985bef63bc1548440465a84e4568794e309b72f..2cc2394c19c42ad5ef8cf37fb4e35aa78df9c784 100644 (file)
@@ -64,7 +64,7 @@ function pubsubhubbub_init(App $a) {
                        throw new \Friendica\Network\HTTPException\NotFoundException();
                }
 
-               Logger::notice("$hub_mode request from " . $_SERVER['REMOTE_ADDR']);
+               Logger::info("$hub_mode request from " . $_SERVER['REMOTE_ADDR']);
 
                if (DI::args()->getArgc() > 1) {
                        // Normally the url should now contain the nick name as last part of the url