mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-30 16:34:23 +00:00
Intensity is signed integer, fix its display.
This commit is contained in:
parent
5a4dabe233
commit
648c6b7c7c
2
main.c
2
main.c
@ -3256,7 +3256,7 @@ retry:
|
|||||||
if (gpus[gpu].dynamic)
|
if (gpus[gpu].dynamic)
|
||||||
wlog("Dynamic\n");
|
wlog("Dynamic\n");
|
||||||
else
|
else
|
||||||
wlog("%u\n", gpus[gpu].intensity);
|
wlog("%d\n", gpus[gpu].intensity);
|
||||||
for (i = 0; i < mining_threads; i++) {
|
for (i = 0; i < mining_threads; i++) {
|
||||||
thr = &thr_info[i];
|
thr = &thr_info[i];
|
||||||
if (thr->cgpu != cgpu)
|
if (thr->cgpu != cgpu)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user