]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debug output when saving new mapping
authorEvan Prodromou <evan@status.net>
Sun, 5 Sep 2010 04:07:02 +0000 (00:07 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 7 Sep 2010 08:00:58 +0000 (04:00 -0400)
plugins/TwitterBridge/Notice_to_status.php

index 0d94927e4271e78bb97654fe39ddd3dd17d97fd5..2e32ba963c701a5d16fc04aa513a95e8b2c1bdb5 100644 (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;