Fix better log
This commit is contained in:
parent
8cb38caca1
commit
747123621c
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user