forked from GNUsocial/gnu-social
debug output when saving new mapping
This commit is contained in:
parent
0a5e1f2d88
commit
73ff960ef6
@ -165,6 +165,8 @@ class Notice_to_status extends Memcached_DataObject
|
|||||||
return $n2s;
|
return $n2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
common_debug("Mapping notice {$notice_id} to Twitter status {$status_id}");
|
||||||
|
|
||||||
$n2s = new Notice_to_status();
|
$n2s = new Notice_to_status();
|
||||||
|
|
||||||
$n2s->notice_id = $notice_id;
|
$n2s->notice_id = $notice_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user