mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Message too verbose. Simplify it.
This commit is contained in:
parent
55695066b6
commit
274022f260
4
main.c
4
main.c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user