Fix better log

This commit is contained in:
Laurent Destailleur 2016-10-10 00:53:54 +02:00
parent 8cb38caca1
commit 747123621c

View File

@ -132,7 +132,7 @@ function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addhea
$rep['curl_error_no']=curl_errno($ch);
$rep['curl_error_msg']=curl_error($ch);
dol_syslog("getURLContent curl_error array is ".join(',',$rep));
dol_syslog("getURLContent response array is ".join(',',$rep));
}
else
{