mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-24 21:44:38 +00:00
Statline before is too long on icarus that doesn't have monitoring.
This commit is contained in:
parent
b1be5c6d12
commit
7011a7a008
@ -1347,7 +1347,7 @@ static void icarus_statline_before(char *buf, size_t bufsiz, struct cgpu_info *c
|
|||||||
if (info->ident == IDENT_CMR2 && info->cmr2_speed > 0)
|
if (info->ident == IDENT_CMR2 && info->cmr2_speed > 0)
|
||||||
tailsprintf(buf, bufsiz, "%5.1fMhz", (float)(info->cmr2_speed) * ICARUS_CMR2_SPEED_FACTOR);
|
tailsprintf(buf, bufsiz, "%5.1fMhz", (float)(info->cmr2_speed) * ICARUS_CMR2_SPEED_FACTOR);
|
||||||
else
|
else
|
||||||
tailsprintf(buf, bufsiz, " ");
|
tailsprintf(buf, bufsiz, " ");
|
||||||
|
|
||||||
tailsprintf(buf, bufsiz, " | ");
|
tailsprintf(buf, bufsiz, " | ");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user