1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-26 05:41:55 +00:00

Display correct pool number when block is found.

This commit is contained in:
Con Kolivas 2012-10-06 15:12:05 +10:00
parent 2ff1610307
commit 461b7c6de2

View File

@ -2633,7 +2633,7 @@ static void check_solve(struct work *work)
work->pool->solved++; work->pool->solved++;
found_blocks++; found_blocks++;
work->mandatory = true; work->mandatory = true;
applog(LOG_NOTICE, "Found block for pool %d!", work->pool); applog(LOG_NOTICE, "Found block for pool %d!", work->pool->pool_no);
} }
#endif #endif
} }