aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-10 17:53:06 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-10 17:53:06 -0700
commit00b480527a13d64299401292f2b6b1bb416f11c1 (patch)
treeeefb0744852e995046effe0ab8a75392b82dd199 /include/zot.php
parente4231efd20432dca9d0f51daf6bb90db63bbc853 (diff)
downloadvolse-hubzilla-00b480527a13d64299401292f2b6b1bb416f11c1.tar.gz
volse-hubzilla-00b480527a13d64299401292f2b6b1bb416f11c1.tar.bz2
volse-hubzilla-00b480527a13d64299401292f2b6b1bb416f11c1.zip
provide remote delivery report at logger_debug level
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php
index a5ddd661c..6b5ea4be3 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -972,7 +972,7 @@ function zot_process_response($hub, $arr, $outq) {
);
}
- logger('zot_process_response: ' . print_r($x,true), LOGGER_DATA);
+ logger('zot_process_response: ' . print_r($x,true), LOGGER_DEBUG);
}
/**
@@ -2236,7 +2236,7 @@ function sync_locations($sender, $arr, $absolute = false) {
// Absolute sync - make sure the current primary is correctly reflected in the xchan
$pr = hubloc_change_primary($r[0]);
if($pr) {
- $what .= 'xchan_primary';
+ $what .= 'xchan_primary ';
$changed = true;
}
}