Statusnet: Improved error handling #218

Merged
annando merged 2 commits from 1410-statusnet-connect-problems into master 2014-10-17 14:56:02 +02:00
Showing only changes of commit 467f1f00f2 - Show all commits

View file

@ -1338,7 +1338,7 @@ function statusnet_fetchhometimeline($a, $uid) {
$items = $connection->get('statuses/home_timeline', $parameters);
if (!is_array($items)) {
logger("statusnet_fetchhometimeline: Error fetching home timeline: ".print_r($items, true), LOGGER_DEBUG);
logger("statusnet_fetchhometimeline: Error fetching home timeline: ".$items, LOGGER_DEBUG);
return;
}