mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
cpu-miner.c: Remove newline from applog() call
This commit is contained in:
parent
23e9cf91f0
commit
d49d639269
@ -434,7 +434,7 @@ static void hashmeter(int thr_id, const struct timeval *diff,
|
||||
secs = (double)diff->tv_sec + ((double)diff->tv_usec / 1000000.0);
|
||||
|
||||
if (!opt_quiet)
|
||||
applog(LOG_INFO, "thread %d: %lu hashes, %.2f khash/sec\n",
|
||||
applog(LOG_INFO, "thread %d: %lu hashes, %.2f khash/sec",
|
||||
thr_id, hashes_done,
|
||||
khashes / secs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user