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 f925828f79
commit 45381acd82

View File

@ -738,7 +738,7 @@ fn rpc_bootstrap(
{
info!(
"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
);
use_local_snapshot = true;