aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-05 20:15:01 -0700
committerfriendica <info@friendica.com>2014-05-05 20:15:01 -0700
commitabf0dd5ecf5d5af9902b54fb3f84dda458d6b40f (patch)
tree17c07e3b0672711736bffe49a69e6bf8b780fed2
parent45ce3f4b132ee92f53638e7bd145d8c1397c65a2 (diff)
downloadvolse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.tar.gz
volse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.tar.bz2
volse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.zip
log pickups
-rw-r--r--mod/post.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php
index 883b11a69..1f817aa40 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -588,6 +588,8 @@ function post_post(&$a) {
dbesc($data['callback'])
);
if($r) {
+ logger('mod_zot: succesful pickup message received from ' . $data['callback'] . ' ' . count($r) . ' message(s) picked up', LOGGER_DEBUG);
+
$ret['success'] = true;
$ret['pickup'] = array();
foreach($r as $rr) {