]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
infrastructure for swat0 (#fsw)
[friendica.git] / mod / pubsub.php
index 28e8356eb45b5ac6d37a76187c9d0466cdfc74c5..c8ff51b2e16935f072ec1320d747e3965eec9a63 100644 (file)
@@ -86,7 +86,8 @@ function pubsub_post(&$a) {
 
        $xml = file_get_contents('php://input');
 
-       logger('pubsub: feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' for ' .  $a->cmd . ':' . $xml);
+       logger('pubsub: feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' for ' .  $a->cmd );
+       logger('pubsub: data: ' . $xml, $LOGGER_DATA);
 
        $nick       = (($a->argc > 1) ? notags(trim($a->argv[1])) : '');
        $contact_id = (($a->argc > 2) ? intval($a->argv[2]) : 0);