Clarify log message, the remote snapshot might not actually be newer
This commit is contained in:
parent
a95675a7ce
commit
3bd4c38a84
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue