From 65c8100948b948b35a122ec0104ecb623d3249fa Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 25 Jul 2013 19:50:55 -0700 Subject: log the sync packets locally at LOGGER_DATA level --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zot.php') 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); -- cgit v1.2.3