Commit 0501afe5774e16d33b606d644c41c69cf08756ca

Con Kolivas 2014-02-20T11:22:22

Put MHz into cta statline description.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-cointerra.c b/driver-cointerra.c
index 9633c69..ca5ea03 100644
--- a/driver-cointerra.c
+++ b/driver-cointerra.c
@@ -1108,7 +1108,7 @@ static void cta_statline_before(char *buf, size_t bufsiz, struct cgpu_info *coin
 	}
 	max_volt /= 100;
 
-	tailsprintf(buf, bufsiz, "%3d %3.1fC %2.1fV", freq, cointerra->temp, max_volt);
+	tailsprintf(buf, bufsiz, "%3dMHz %3.1fC %2.1fV", freq, cointerra->temp, max_volt);
 }
 
 struct device_drv cointerra_drv = {