debug output when saving new mapping

This commit is contained in:
Evan Prodromou 2010-09-05 00:07:02 -04:00
parent d986537c43
commit a9bb1c7528
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ class Notice_to_status extends Memcached_DataObject
return $n2s;
}
common_debug("Mapping notice {$notice_id} to Twitter status {$status_id}");
$n2s = new Notice_to_status();
$n2s->notice_id = $notice_id;