From dc9f270d3ae04875c19beb2279f880ed7896fed4 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 14 Feb 2014 13:55:42 +0200 Subject: [PATCH] log: disable spammy log message. --- driver-opencl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/driver-opencl.c b/driver-opencl.c index a1c62284..24f6dfe2 100644 --- a/driver-opencl.c +++ b/driver-opencl.c @@ -1056,8 +1056,6 @@ static void set_threads_hashes(unsigned int vectors, unsigned int compute_shader *globalThreads = threads; *hashes = threads * vectors; - - applog(LOG_DEBUG, "Set globalThreads to %d, hashes to %d", *globalThreads, *hashes); } /* We have only one thread that ever re-initialises GPUs, thus if any GPU