We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a6f9e commit 3fe0c1aCopy full SHA for 3fe0c1a
lightning-background-processor/src/lib.rs
@@ -168,7 +168,7 @@ impl BackgroundProcessor {
168
// In any case, if we've been entirely paused for more than double our ping
169
// timer, we should have disconnected all sockets by now (and they're probably
170
// dead anyway), so disconnect them by calling `timer_tick_occurred()` twice.
171
- log_trace!(logger, "Awoke after more than double our ping timer, disconnectping peers.");
+ log_trace!(logger, "Awoke after more than double our ping timer, disconnecting peers.");
172
peer_manager.timer_tick_occurred();
173
174
last_ping_call = Instant::now();
0 commit comments