diff --git a/src/bin/electrs.rs b/src/bin/electrs.rs index f8178fbf7..8c8766b93 100644 --- a/src/bin/electrs.rs +++ b/src/bin/electrs.rs @@ -192,7 +192,7 @@ fn spawn_salt_rotation_thread() -> Arc> { { let mut guard = writer_arc.write().unwrap(); rotate_salt(&mut *guard); - info!("Salt rotated"); + info!("salt rotated"); } } });