1
0
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:
ckolivas 2011-06-29 11:30:06 +10:00 committed by Con Kolivas
parent e1dd27c5c2
commit 6af84770d0

View File

@ -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);