Browse Source

Reduce HW error logging to debug level, so it doesn't clutter the TUI log by default

Luke Dashjr 12 years ago
parent
commit
7655e6d8fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -7136,7 +7136,7 @@ bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce)
 	if (unlikely(res == TNR_BAD))
 		{
 			struct cgpu_info *cgpu = thr->cgpu;
-			applog(LOG_WARNING, "%"PRIpreprv": invalid nonce - HW error",
+			applog(LOG_DEBUG, "%"PRIpreprv": invalid nonce - HW error",
 			       cgpu->proc_repr);
 			inc_hw_errors(thr);
 			ret = false;