Réorganisation du debug
This commit is contained in:
parent
d047c57d67
commit
cf5d50ea2e
@ -180,6 +180,11 @@ class Scores_Ws_Client extends Zend_Soap_Client
|
||||
|
||||
$response = parent::__call($name, $arguments);
|
||||
|
||||
// Response vide
|
||||
if ($response == '') {
|
||||
$this->logger->error("$name : ".print_r($arguments, 1));
|
||||
}
|
||||
|
||||
// --- Debug
|
||||
if ( array_key_exists('debug', $methodConfig) ) {
|
||||
$this->logger->info(print_r($response,1));
|
||||
|
Loading…
Reference in New Issue
Block a user