Browse Source

Reduce set_device-not-implemented message to debug log level, since it can occur for init-only settings

Luke Dashjr 11 years ago
parent
commit
3b5ee5999b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -10253,7 +10253,7 @@ void cgpu_set_defaults(struct cgpu_info * const cgpu)
 				break;
 			case SDR_AUTO:
 			case SDR_NOSUPP:
-				applog(LOG_WARNING, "%"PRIpreprv": set_device is not implemented (trying to apply rule: %s)",
+				applog(LOG_DEBUG, "%"PRIpreprv": set_device is not implemented (trying to apply rule: %s)",
 				       cgpu->proc_repr, setstr);
 		}
 	}