]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
show creative commons coverage on registration page
[friendica.git] / mod / pubsub.php
index c55100c96a3a5b54cc323d645012e72a3e9a0539..4f4ed2f16338e6928f14fb8b3c5be7b5b7b2c480 100644 (file)
@@ -39,7 +39,8 @@ function pubsub_init(&$a) {
                $hub_lease     = ((x($_GET,'hub_lease_seconds')) ? notags(trim($_GET['hub_lease_seconds'])) : '');
                $hub_verify    = ((x($_GET,'hub_verify_token'))  ? notags(trim($_GET['hub_verify_token']))  : '');
 
-               logger('pubsub: Subscription from' . $_SERVER['REMOTE_ADDR'] . print_r($_GET,true));
+               logger('pubsub: Subscription from ' . $_SERVER['REMOTE_ADDR']);
+               logger('pubsub: data: ' . print_r($_GET,true), LOGGER_DATA);
 
                $subscribe = (($hub_mode === 'subscribe') ? 1 : 0);