diff --git a/htdocs/core/lib/geturl.lib.php b/htdocs/core/lib/geturl.lib.php index b20257fb52d..da9e38e6dae 100644 --- a/htdocs/core/lib/geturl.lib.php +++ b/htdocs/core/lib/geturl.lib.php @@ -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 {