From 747123621c88310697e5b5d4fae1094b004eb586 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 10 Oct 2016 00:53:54 +0200 Subject: [PATCH] Fix better log --- htdocs/core/lib/geturl.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {