From 00b480527a13d64299401292f2b6b1bb416f11c1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 10 Sep 2015 17:53:06 -0700 Subject: provide remote delivery report at logger_debug level --- include/zot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; } } -- cgit v1.2.3