diff options
author | friendica <info@friendica.com> | 2014-05-05 20:15:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-05 20:15:01 -0700 |
commit | abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f (patch) | |
tree | 17c07e3b0672711736bffe49a69e6bf8b780fed2 | |
parent | 45ce3f4b132ee92f53638e7bd145d8c1397c65a2 (diff) | |
download | volse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.tar.gz volse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.tar.bz2 volse-hubzilla-abf0dd5ecf5d5af9902b54fb3f84dda458d6b40f.zip |
log pickups
-rw-r--r-- | mod/post.php | 2 |
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) { |