Browse Source

Add spaces to make output clearer.

nfactor-troky
ckolivas 13 years ago committed by Con Kolivas
parent
commit
6af84770d0
  1. 2
      cpu-miner.c

2
cpu-miner.c

@ -377,7 +377,7 @@ static bool submit_upstream_work(CURL *curl, const struct work *work) @@ -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…
Cancel
Save