Browse Source

Update reconnect message to show whole address including port.

Con Kolivas 13 years ago
parent
commit
a533f106fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util.c

+ 1 - 1
util.c

@@ -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;