Clarify log message, the remote snapshot might not actually be newer

This commit is contained in:
Michael Vines 2021-01-11 11:53:09 -08:00
parent a95675a7ce
commit 3bd4c38a84
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ fn rpc_bootstrap(
{ {
info!( info!(
"Reusing local snapshot at slot {} instead \ "Reusing local snapshot at slot {} instead \
of downloading a newer snapshot for slot {}", of downloading a snapshot for slot {}",
highest_local_snapshot_slot, snapshot_hash.0 highest_local_snapshot_slot, snapshot_hash.0
); );
use_local_snapshot = true; use_local_snapshot = true;