spelling (#3839)
This commit is contained in:
parent
1a9a142a69
commit
339b889ac4
@ -175,7 +175,7 @@ pub fn execute(cmd: RunCmd, logger: Arc<RotatingLogger>) -> Result<(), String> {
|
|||||||
|
|
||||||
// display info about used pruning algorithm
|
// display info about used pruning algorithm
|
||||||
info!("Starting {}", Colour::White.bold().paint(version()));
|
info!("Starting {}", Colour::White.bold().paint(version()));
|
||||||
info!("State DB configuation: {}{}{}",
|
info!("State DB configuration: {}{}{}",
|
||||||
Colour::White.bold().paint(algorithm.as_str()),
|
Colour::White.bold().paint(algorithm.as_str()),
|
||||||
match fat_db {
|
match fat_db {
|
||||||
true => Colour::White.bold().paint(" +Fat").to_string(),
|
true => Colour::White.bold().paint(" +Fat").to_string(),
|
||||||
|
Loading…
Reference in New Issue
Block a user