1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-14 16:58:05 +00:00

core: Revert printing threads for every GPU, this setting is not modifiable at run-time.

This commit is contained in:
Noel Maersk 2014-01-11 17:40:11 +02:00
parent 89663c7e94
commit d53b329f18

View File

@ -1049,7 +1049,7 @@ static void get_opencl_statline_before(char *buf, size_t bufsiz, struct cgpu_inf
static void get_opencl_statline(char *buf, size_t bufsiz, struct cgpu_info *gpu) static void get_opencl_statline(char *buf, size_t bufsiz, struct cgpu_info *gpu)
{ {
tailsprintf(buf, bufsiz, " T:%d I:%2d", gpu->threads, gpu->intensity); tailsprintf(buf, bufsiz, " I:%2d", gpu->intensity);
} }
struct opencl_thread_data { struct opencl_thread_data {