]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
More detailled log entries
[friendica.git] / include / items.php
index a5184abde4ec63ce81493512a68739be4bd70c3b..cc03a776462d1165f83e1bbc512bc9d89a564858 100644 (file)
@@ -2042,7 +2042,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
        $rino_remote_version = intval($res->rino);
        $page         = (($owner['page-flags'] == PAGE_COMMUNITY) ? 1 : 0);
 
-       logger("Remote rino version: ".$rino_remote_version, LOGGER_DEBUG);
+       logger("Remote rino version: ".$rino_remote_version." for ".$contact["url"], LOGGER_DEBUG);
 
        if($owner['page-flags'] == PAGE_PRVGROUP)
                $page = 2;