Commit 473d9095e47be636eccc8b2cdaf9b0be0960c69f

Kano 2012-12-19T16:15:11

MMQ missing firmware -> ERR not DEBUG

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-modminer.c b/driver-modminer.c
index 4612a1c..c48a51b 100644
--- a/driver-modminer.c
+++ b/driver-modminer.c
@@ -342,7 +342,7 @@ static bool modminer_fpga_upload_bitstream(struct cgpu_info *modminer)
 	if (!f) {
 		mutex_unlock(modminer->modminer_mutex);
 
-		applog(LOG_DEBUG, "%s%u: Error (%d) opening bitstream file %s",
+		applog(LOG_ERR, "%s%u: Error (%d) opening bitstream file %s",
 			modminer->api->name, modminer->device_id, errno, bsfile);
 
 		return false;