Skip to content

Commit

Permalink
chore: minor logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Nov 26, 2024
1 parent c1372b9 commit 3e00753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boltzr/src/lightning/lnd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl BaseClient for Lnd {
Err(err) => {
error!("LND subscriptions failed: {}", err);
warn!(
"Reconnecting to LND subscriptions in : {:?}",
"Reconnecting to LND subscriptions in: {:?}",
RECONNECT_INTERVAL
);
tokio::time::sleep(RECONNECT_INTERVAL).await;
Expand Down

0 comments on commit 3e00753

Please sign in to comment.