1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-03 02:24:35 +00:00

More cleaning of output with detecting new block.

This commit is contained in:
Con Kolivas 2011-07-06 08:59:51 +10:00
parent 4800832b1d
commit 69d8df643a

2
main.c
View File

@ -1269,7 +1269,7 @@ static void *longpoll_thread(void *userdata)
json_decref(val);
if (!opt_quiet)
printf("LONGPOLL detected new block \n");
printf("LONGPOLL detected new block \n");
applog(LOG_INFO, "LONGPOLL detected new block");
restart_threads();
} else {