nonmenclature for mining graphs per second (#248)

This commit is contained in:
Yeastplume 2017-11-09 15:14:25 +00:00 committed by GitHub
parent f978f43fd5
commit a0c0d6f382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,8 +212,8 @@ impl Miner {
let last_hashes_per_sec = 1.0 / last_solution_time_secs;
debug!(
LOGGER,
"Mining: Plugin {} - Device {} ({}): Last Solution time: {}s; \
Solutions per second: {:.*} - Total Attempts: {}",
"Mining: Plugin {} - Device {} ({}): Last Graph time: {}s; \
Graphs per second: {:.*} - Total Attempts: {}",
i,
s.device_id,
s.device_name,
@ -304,7 +304,7 @@ impl Miner {
let last_hashes_per_sec = 1.0 / last_solution_time_secs;
debug!(
LOGGER,
"Plugin 0 - Device {} ({}) - Last Solution time: {}; Solutions per second: {:.*}",
"Plugin 0 - Device {} ({}) - Last Graph time: {}; Graphs per second: {:.*}",
s.device_id,
s.device_name,
last_solution_time_secs,