Browse Source

Reduce failure applying set-device rules to debug loglevel

Due to double-stage (detect+init) set-device rule applications, options valid in one of the stages may not be valid in the other.
Luke Dashjr 12 years ago
parent
commit
17cb3ee3cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -9836,7 +9836,7 @@ void cgpu_set_defaults(struct cgpu_info * const cgpu)
 			case SDR_ERR:
 			case SDR_HELP:
 			case SDR_UNKNOWN:
-				applog(LOG_WARNING, "%"PRIpreprv": Applying rule %s: %s",
+				applog(LOG_DEBUG, "%"PRIpreprv": Applying rule %s: %s",
 				       cgpu->proc_repr, setstr, p);
 				break;
 			case SDR_AUTO: