mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Better log debug output for the name of the called web service
This commit is contained in:
@@ -11,6 +11,6 @@ class APIv1_Controller extends REST_Controller
|
||||
// Loads return messages
|
||||
$this->load->helper('message');
|
||||
|
||||
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF'].$_SERVER['QUERY_STRING']);
|
||||
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user