Commit 8d8095fa63c1ce7c4f51cffef2aca6b4a957bd11

Con Kolivas 2014-03-06T13:05:02

Change lack of op name response message in hfa driver

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashfast.c b/driver-hashfast.c
index 0004b04..f4a30e0 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -658,7 +658,7 @@ static bool hfa_detect_common(struct cgpu_info *hashfast)
 	if (!ret) {
 		/* We should receive a valid header even if OP_NAME isn't
 		 * supported by the firmware. */
-		applog(LOG_NOTICE, "%s %d: Firmware upgrade required to support module Naming.",
+		applog(LOG_NOTICE, "%s %d: No response to name query - failed init or firmware upgrade required.",
 			hashfast->drv->name, hashfast->device_id);
 		ret = true;
 	} else {