typo fix
This commit is contained in:
parent
518b6e647b
commit
cd693dcf3e
@ -411,7 +411,7 @@ pub fn execute(cmd: RunCmd, can_restart: bool, logger: Arc<RotatingLogger>) -> R
|
|||||||
);
|
);
|
||||||
info!("Operating mode: {}", Colour::White.bold().paint(format!("{}", mode)));
|
info!("Operating mode: {}", Colour::White.bold().paint(format!("{}", mode)));
|
||||||
|
|
||||||
// display warning about using experimental journaldb alorithm
|
// display warning about using experimental journaldb algorithm
|
||||||
if !algorithm.is_stable() {
|
if !algorithm.is_stable() {
|
||||||
warn!("Your chosen strategy is {}! You can re-run with --pruning to change.", Colour::Red.bold().paint("unstable"));
|
warn!("Your chosen strategy is {}! You can re-run with --pruning to change.", Colour::Red.bold().paint("unstable"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user