1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

Message too verbose. Simplify it.

This commit is contained in:
Con Kolivas 2011-07-16 02:07:52 +10:00
parent 55695066b6
commit 274022f260

4
main.c
View File

@ -1275,9 +1275,7 @@ retry:
timeval_subtract(&diff, &tv_now, &tv_localgen);
if (diff.tv_sec > 600) {
/* A new block appears on average every 10 mins */
applog(LOG_WARNING, "Server not responding for more than 10 minutes.");
applog(LOG_WARNING, "Further local work generation will only generate rejects.");
applog(LOG_WARNING, "Going idle till network conditions recover.");
applog(LOG_WARNING, "Prolonged outage. Going idle till network recovers.");
/* Force every thread to wait for new work */
inc_staged(mining_threads, true);
goto retry;