Réorganisation du debug

This commit is contained in:
Michael RICOIS 2017-04-13 11:42:07 +02:00
parent d047c57d67
commit cf5d50ea2e

View File

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