minion - use '=' for chip report
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;
}