debug output when saving new mapping

This commit is contained in:
Evan Prodromou 2010-09-05 00:07:02 -04:00
parent 0a5e1f2d88
commit 73ff960ef6

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;