From: Friendika Date: Fri, 19 Aug 2011 09:53:44 +0000 (-0700) Subject: better reporting when d* parent not found X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16129a4b8c689cfa4c8dcd793f39d91e026abc72;p=friendica.git better reporting when d* parent not found --- diff --git a/include/diaspora.php b/include/diaspora.php index 9b3969b73a..aaae7a7178 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -482,7 +482,7 @@ function diaspora_comment($importer,$xml,$msg) { dbesc($parent_guid) ); if(! count($r)) { - logger('diaspora_comment: parent item not found: ' . $guid); + logger('diaspora_comment: parent item not found: parent: ' . $parent_guid . ' item: ' . $guid); return; } $parent_item = $r[0];