Clarify log message, the remote snapshot might not actually be newer
This commit is contained in:
@ -673,7 +673,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;
|
||||
|
Reference in New Issue
Block a user