mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
Minor message change.
This commit is contained in:
parent
90b1893746
commit
2aacd89aa8
@ -4158,7 +4158,7 @@ static void *stratum_thread(void *userdata)
|
|||||||
if (test_work_current(&work)) {
|
if (test_work_current(&work)) {
|
||||||
if (pool == current_pool()) {
|
if (pool == current_pool()) {
|
||||||
restart_threads();
|
restart_threads();
|
||||||
applog(LOG_NOTICE, "Stratum requested work restart for block change");
|
applog(LOG_NOTICE, "Stratum requested work restart");
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
applog(LOG_NOTICE, "Stratum from pool %d detected new block", pool->pool_no);
|
applog(LOG_NOTICE, "Stratum from pool %d detected new block", pool->pool_no);
|
||||||
|
Loading…
Reference in New Issue
Block a user