From ca1ed3dc3b83759969867ff2b74fd9b46c08683d Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Wed, 2 Nov 2022 20:15:03 +0200 Subject: [PATCH] drive by typo fix --- pageserver/src/bin/pageserver.rs | 2 +- safekeeper/src/bin/safekeeper.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pageserver/src/bin/pageserver.rs b/pageserver/src/bin/pageserver.rs index 62119b51c6..bfd8f026a3 100644 --- a/pageserver/src/bin/pageserver.rs +++ b/pageserver/src/bin/pageserver.rs @@ -205,7 +205,7 @@ fn start_pageserver(conf: &'static PageServerConf) -> anyhow::Result<()> { new_lock_contents, file, } => { - info!("Created lock file at {lock_file_path:?} with contenst {new_lock_contents}"); + info!("Created lock file at {lock_file_path:?} with contents {new_lock_contents}"); file } lock_file::LockCreationResult::AlreadyLocked { diff --git a/safekeeper/src/bin/safekeeper.rs b/safekeeper/src/bin/safekeeper.rs index 42f8188d6a..6ec6d0b9d7 100644 --- a/safekeeper/src/bin/safekeeper.rs +++ b/safekeeper/src/bin/safekeeper.rs @@ -147,7 +147,7 @@ fn start_safekeeper(mut conf: SafeKeeperConf, given_id: Option, init: bo new_lock_contents, file, } => { - info!("Created lock file at {lock_file_path:?} with contenst {new_lock_contents}"); + info!("Created lock file at {lock_file_path:?} with contents {new_lock_contents}"); file } lock_file::LockCreationResult::AlreadyLocked {