This commit is contained in:
dev-chiefworks
2022-04-20 21:16:07 -04:00
parent ceb4532bad
commit fa418f5ba7
2 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ public static function NodeServiceApi($url_path, $data_json){
$result = curl_exec($ch);
if (curl_errno($ch)) {
echo 'Error:' . curl_error($ch);
// echo 'Error:' . curl_error($ch);
log_message('critical', "NodeServiceApi=>curl_error".curl_error($ch) );
}
curl_close($ch);