Browse Source

log: disable spammy log message.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
dc9f270d3a
  1. 2
      driver-opencl.c

2
driver-opencl.c

@ -1056,8 +1056,6 @@ static void set_threads_hashes(unsigned int vectors, unsigned int compute_shader
*globalThreads = threads; *globalThreads = threads;
*hashes = threads * vectors; *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 /* We have only one thread that ever re-initialises GPUs, thus if any GPU

Loading…
Cancel
Save