From 3bd4c38a845485adbecfaeabe35fcd73db8ef94d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 11 Jan 2021 11:53:09 -0800 Subject: [PATCH] Clarify log message, the remote snapshot might not actually be newer --- validator/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/src/main.rs b/validator/src/main.rs index 3dea288447..5e89a40ad3 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -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;