provide remote delivery report at logger_debug level

This commit is contained in:
redmatrix 2015-09-10 17:53:06 -07:00
parent e4231efd20
commit 00b480527a

View File

@ -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;
}
}