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:
parent
a13919615e
commit
7fbe999fa2
2
util.c
2
util.c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user