]> git.mxchange.org Git - friendica.git/commitdiff
Improved logging
authorMichael <heluecht@pirati.ca>
Tue, 13 Mar 2018 21:33:45 +0000 (21:33 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 13 Mar 2018 21:33:45 +0000 (21:33 +0000)
mod/pubsub.php

index 39a0162ead5727647afe4e058697f285cd0f4c14..11f92af6a5a828dc1ded4a2fa3f99508b5861fa4 100644 (file)
@@ -108,7 +108,7 @@ function pubsub_post(App $a)
                        logger('No record for ' . $nick .' with contact id ' . $contact_id . ' - using '.$author['contact-id'].' instead.');
                }
                if (!DBM::is_result($contact)) {
-                       logger('Contact ' . $contact_id . ' for user ' . $nick . " wasn't found - ignored. XML: " . $xml);
+                       logger('Contact ' . $author["author-link"] . ' (' . $contact_id . ') for user ' . $nick . " wasn't found - ignored. XML: " . $xml);
                        hub_post_return();
                }
        }