From d53b329f1871c9cb45a468060728ddf47552a157 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Sat, 11 Jan 2014 17:40:11 +0200 Subject: [PATCH] core: Revert printing threads for every GPU, this setting is not modifiable at run-time. --- driver-opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-opencl.c b/driver-opencl.c index 930225cb..a0ccbaa1 100644 --- a/driver-opencl.c +++ b/driver-opencl.c @@ -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) { - tailsprintf(buf, bufsiz, " T:%d I:%2d", gpu->threads, gpu->intensity); + tailsprintf(buf, bufsiz, " I:%2d", gpu->intensity); } struct opencl_thread_data {