Commit 305e72f45ce9783cb31c5c60fc5f393b33e52809

kanoi 2014-05-16T21:07:12

minion - use '=' for chip report

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-minion.c b/driver-minion.c
index 72572bb..4a605c1 100644
--- a/driver-minion.c
+++ b/driver-minion.c
@@ -3040,7 +3040,7 @@ static void chip_report(struct cgpu_info *minioncgpu)
 							&(minioninfo->oldest_nonce[chip]));
 				}
 				snprintf(buf + len, sizeof(buf) - len,
-					 "%s%d:%.2f", any ? " " : "", chip, ghs);
+					 "%s%d=%.2f", any ? " " : "", chip, ghs);
 				minioninfo->history_ghs[chip] = ghs;
 				any = true;
 			}