core: Update stale error message

This commit is contained in:
Trent Nelson 2020-12-29 12:09:09 -07:00 committed by Trent Nelson
parent f8a4afc7c1
commit 82f61c0c4a
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ fn check_poh_speed(genesis_config: &GenesisConfig, maybe_hash_samples: Option<u6
info!("PoH speed check: Will sleep {}ns per slot.", extra_ns);
} else {
error!(
"PoH is slower than cluster target tick rate! mine: {} cluster: {}. If you wish to continue, try --ignore-poh-speed",
"PoH is slower than cluster target tick rate! mine: {} cluster: {}. If you wish to continue, try --no-poh-speed-test",
my_ns_per_slot, target_ns_per_slot,
);
abort();