mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Add spaces to make output clearer.
This commit is contained in:
parent
e1dd27c5c2
commit
6af84770d0
@ -377,7 +377,7 @@ static bool submit_upstream_work(CURL *curl, const struct work *work)
|
||||
if (opt_debug)
|
||||
applog(LOG_DEBUG, "PROOF OF WORK RESULT: false (booooo)");
|
||||
}
|
||||
applog(LOG_INFO, "%sPU: %d Accepted: %d Rejected: %d HW errors: %d",
|
||||
applog(LOG_INFO, "%sPU: %d Accepted: %d Rejected: %d HW errors: %d",
|
||||
cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, cgpu->accepted, cgpu->rejected, cgpu->hw_errors);
|
||||
|
||||
json_decref(val);
|
||||
|
Loading…
Reference in New Issue
Block a user