add logging

This commit is contained in:
zotlabs 2017-06-28 19:20:11 -07:00
parent 8ca5a65dcf
commit b91d95d241

View File

@ -1242,11 +1242,14 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
if(! $link)
return false;
logger('fetching: ' . $link, LOGGER_DEBUG, LOG_INFO);
$fetch = z_fetch_url($link);
if(! $fetch['success'])
return false;
consume_feed($fetch['body'],$importer,$contact,1);
consume_feed($fetch['body'],$importer,$contact,2);