diff options
author | friendica <info@friendica.com> | 2013-07-25 19:50:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-25 19:50:55 -0700 |
commit | 65c8100948b948b35a122ec0104ecb623d3249fa (patch) | |
tree | 72ed75c008e3efd618f0fb18c888d38397ea28b1 | |
parent | 21c73ceb10b3f053473a769d6829ff391251b57b (diff) | |
download | volse-hubzilla-65c8100948b948b35a122ec0104ecb623d3249fa.tar.gz volse-hubzilla-65c8100948b948b35a122ec0104ecb623d3249fa.tar.bz2 volse-hubzilla-65c8100948b948b35a122ec0104ecb623d3249fa.zip |
log the sync packets locally at LOGGER_DATA level
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 277e38c7a..f1cfcc070 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1571,6 +1571,8 @@ function build_sync_packet($uid = 0, $packet = null) { ? intval(get_config('system','delivery_interval')) : 2 ); + logger('build_sync_packet: packet: ' . print_r($info,true), LOGGER_DATA); + foreach($synchubs as $hub) { $hash = random_string(); $n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],$hash); |