1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Drop logging level for failed to connect to stratum to verbose mode only since we hit it regularly.

This commit is contained in:
Con Kolivas 2013-10-11 12:00:39 +11:00
parent a13919615e
commit 7fbe999fa2

2
util.c
View File

@ -2006,7 +2006,7 @@ static bool setup_stratum_socket(struct pool *pool)
break;
}
if (p == NULL) {
applog(LOG_NOTICE, "Failed to connect to stratum on %s:%s",
applog(LOG_INFO, "Failed to connect to stratum on %s:%s",
sockaddr_url, sockaddr_port);
freeaddrinfo(servinfo);
return false;