1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Merge branch 'cgminer' into pools

This commit is contained in:
Con Kolivas 2011-07-19 09:33:54 +10:00
commit 05dfc16035

2
util.c
View File

@ -304,7 +304,7 @@ json_t *json_rpc_call(CURL *curl, const char *url,
rc = curl_easy_perform(curl);
if (rc) {
if (!comms_error)
applog(LOG_ERR, "HTTP request failed: %s", curl_err_str);
applog(LOG_INFO, "HTTP request failed: %s", curl_err_str);
comms_error = true;
goto err_out;
}