clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working

This commit is contained in:
Michael Meer
2014-01-30 11:04:20 +01:00
parent 0a2b2a1390
commit c5ac5544cb
4 changed files with 3 additions and 15 deletions

View File

@@ -479,12 +479,9 @@ function admin_page_hubloc_post(&$a){
intval($hublocid)
);
$hublocurl = $arrhublocurl[0]['hubloc_url'] . '/post';
$hublocurl = "http://fred-dev.michameer.dyndns.org/post";
//perform ping
$m = zot_build_packet($a->get_channel(),'ping');
logger('ping message : ' . print_r($m,true), LOGGER_DEBUG);
logger('ping _REQUEST ' . print_r($_REQUEST,true), LOGGER_DEBUG);
$r = zot_zot($hublocurl,$m);
logger('ping answer: ' . print_r($r,true), LOGGER_DEBUG);