debug code to dump new status data

This commit is contained in:
Evan Prodromou 2010-09-04 12:45:15 -04:00
parent 60b1e4afb7
commit c307aee06e

View File

@ -260,6 +260,8 @@ class TwitterStatusFetcher extends ParallelizingDaemon
return $dupe;
}
common_debug("Saving status {$status->id} with data " . print_r($status, true));
// If it's a retweet, save it as a repeat!
if (!empty($status->retweeted_status)) {