1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

fix compiler warning and indentation

This commit is contained in:
Jan Berdajs 2014-06-09 02:37:07 +02:00
parent a5fd98c832
commit 77c996858b

View File

@ -4238,12 +4238,12 @@ static bool test_work_current(struct work *work)
if (work->longpoll) {
work->work_block = ++work_block;
if (shared_strategy() || work->pool == current_pool()) {
if(opt_morenotices)
if (work->stratum) {
if(opt_morenotices) {
if (work->stratum)
applog(LOG_NOTICE, "Stratum from %s requested work restart", get_pool_name(pool));
} else {
else
applog(LOG_NOTICE, "%sLONGPOLL from %s requested work restart", work->gbt ? "GBT " : "", get_pool_name(pool));
}
}
restart_threads();
}
}