mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
nonmenclature for mining graphs per second (#248)
This commit is contained in:
parent
f978f43fd5
commit
a0c0d6f382
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue