aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-10 14:59:10 -0800
committerfriendica <info@friendica.com>2015-01-10 14:59:10 -0800
commit10102ac2ac4d5b02012a9794e23656717ab05556 (patch)
treeec5e3f18cd1d4be35e01b8ac648eb867f8f23021 /include/zot.php
parent8c4eb839f9cf224c920e5a0c45c22961cac62ce1 (diff)
downloadvolse-hubzilla-10102ac2ac4d5b02012a9794e23656717ab05556.tar.gz
volse-hubzilla-10102ac2ac4d5b02012a9794e23656717ab05556.tar.bz2
volse-hubzilla-10102ac2ac4d5b02012a9794e23656717ab05556.zip
connection clone issues
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index c21ad8a3f..384769d61 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -2368,6 +2368,9 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) {
logger('build_sync_packet');
+ if($packet)
+ logger('packet: ' . print_r($packet,true),LOGGER_DATA);
+
if(! $uid)
$uid = local_user();