mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Update reconnect message to show whole address including port.
This commit is contained in:
parent
5226a399c7
commit
a533f106fd
2
util.c
2
util.c
@ -1117,7 +1117,7 @@ static bool parse_reconnect(struct pool *pool, json_t *val)
|
|||||||
|
|
||||||
pool->stratum_url = pool->sockaddr_url;
|
pool->stratum_url = pool->sockaddr_url;
|
||||||
|
|
||||||
applog(LOG_NOTICE, "Reconnect requested from pool %d to %s", pool->pool_no, pool->stratum_url);
|
applog(LOG_NOTICE, "Reconnect requested from pool %d to %s", pool->pool_no, address);
|
||||||
|
|
||||||
if (!initiate_stratum(pool) || !auth_stratum(pool))
|
if (!initiate_stratum(pool) || !auth_stratum(pool))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user