aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-25 15:50:08 -0800
committerFriendika <info@friendika.com>2010-11-25 15:50:08 -0800
commit041df1c011f6adeffe949eea2a6077a66437c913 (patch)
treea0dc8ccdf263ffc11b80a6d592a39be07d4fe76a /include/notifier.php
parent9fb967ae347909c8dc582b80e31972defc35eb82 (diff)
downloadvolse-hubzilla-041df1c011f6adeffe949eea2a6077a66437c913.tar.gz
volse-hubzilla-041df1c011f6adeffe949eea2a6077a66437c913.tar.bz2
volse-hubzilla-041df1c011f6adeffe949eea2a6077a66437c913.zip
queue logging
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 72adab750..dd5853208 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -259,7 +259,10 @@
logger('notifier: dfrndelivery: ' . $contact['name']);
$deliver_status = dfrn_deliver($owner,$contact,$atom);
+ logger('notifier: dfrn_delivery returns ' . $deliver_status);
+
if($deliver_status == (-1)) {
+ logger('notifier: delivery failed: queuing message');
// queue message for redelivery
q("INSERT INTO `queue` ( `cid`, `created`, `last`, `content`)
VALUES ( %d, '%s', '%s', '%s') ",