Browse Source

MMQ it's a bitstream

Kano 13 years ago
parent
commit
a52522af37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -255,7 +255,7 @@ static bool get_expect(struct cgpu_info *modminer, FILE *f, char c)
 	}
 	}
 
 
 	if (buf != c) {
 	if (buf != c) {
-		applog(LOG_ERR, "%s%u: firmware code mismatch (%c)",
+		applog(LOG_ERR, "%s%u: bitstream code mismatch (%c)",
 				modminer->drv->name, modminer->device_id, c);
 				modminer->drv->name, modminer->device_id, c);
 		return false;
 		return false;
 	}
 	}