Browse Source

Show which pool is unresponsive on startup.

Con Kolivas 14 years ago
parent
commit
ae78620292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -3949,7 +3949,7 @@ static bool pool_active(struct pool *pool, bool pinging)
 		applog(LOG_DEBUG, "FAILED to retrieve work from pool %u %s",
 		       pool->pool_no, pool->rpc_url);
 		if (!pinging)
-			applog(LOG_WARNING, "Pool down, URL or credentials invalid");
+			applog(LOG_WARNING, "Pool %u slow/down or URL or credentials invalid", pool->pool_no);
 	}
 
 	curl_easy_cleanup(curl);