From a0c0d6f3824ceb272a4f379f078ac96b9e33448b Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Thu, 9 Nov 2017 15:14:25 +0000 Subject: [PATCH] nonmenclature for mining graphs per second (#248) --- grin/src/miner.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grin/src/miner.rs b/grin/src/miner.rs index 0e7856060..8627b53b9 100644 --- a/grin/src/miner.rs +++ b/grin/src/miner.rs @@ -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,