Commit 05dfc160351c09d340f6d040f6eda44a8b432db6

Con Kolivas 2011-07-19T09:33:54

Merge branch 'cgminer' into pools

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/util.c b/util.c
index 6357c25..f017cde 100644
--- a/util.c
+++ b/util.c
@@ -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;
 	}