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);
} }
/** /**