summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/omb.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/omb.php b/lib/omb.php
index bbf3d8c5b..a52380a01 100644
--- a/lib/omb.php
+++ b/lib/omb.php
@@ -123,6 +123,8 @@ function omb_broadcast_remote_subscribers($notice) {
common_debug('Found subscriptions for '.$notice->id, __FILE__);
$posted = array();
while ($sub->fetch()) {
+ common_debug('sub = '.print_r($sub,TRUE), __FILE__);
+ common_debug('rp = '.print_r($rp,TRUE), __FILE__);
common_debug('Subscription by profile '.$sub->subscriber, __FILE__);
if (!$posted[$rp->postnoticeurl]) {
common_debug('Not yet posted to '.$rp->postnoticeurl, __FILE__);