1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Update reconnect message to show whole address including port.

This commit is contained in:
Con Kolivas 2012-10-11 00:08:45 +11:00
parent 5226a399c7
commit a533f106fd

2
util.c
View File

@ -1117,7 +1117,7 @@ static bool parse_reconnect(struct pool *pool, json_t *val)
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))
return false;