From a52522af3727cad95c5818c1d137c80e403dc121 Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 14 Jan 2013 21:01:25 +1100 Subject: [PATCH] MMQ it's a bitstream --- driver-modminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-modminer.c b/driver-modminer.c index 5c165760..abb2d7fc 100644 --- a/driver-modminer.c +++ b/driver-modminer.c @@ -255,7 +255,7 @@ static bool get_expect(struct cgpu_info *modminer, FILE *f, char 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); return false; }