aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
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);