Fixes typo in bootstrap log (#28483)

This commit is contained in:
Brooks Prumo 2022-10-19 17:58:03 -04:00 committed by GitHub
parent 0df4be06a0
commit 510cd933a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ fn get_snapshot_hashes_from_known_validators(
incremental_snapshot_fetch, incremental_snapshot_fetch,
) { ) {
debug!( debug!(
"Snapshot hashes have note been discovered from known validators. \ "Snapshot hashes have not been discovered from known validators. \
This likely means the gossip tables are not fully populated. \ This likely means the gossip tables are not fully populated. \
We will sleep and retry..." We will sleep and retry..."
); );