Skip to content

Commit f9cc955

Browse files
committed
f fix log
1 parent 5613be8 commit f9cc955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ impl<Signer: Sign> Channel<Signer> {
27382738
}
27392739

27402740
self.channel_state |= ChannelState::PeerDisconnected as u32;
2741-
log_debug!(logger, "Peer disconnection resulted in {} waiting-to-locally-announced HTLC drops on channel {}", inbound_drop_count, log_bytes!(self.channel_id()));
2741+
log_debug!(logger, "Peer disconnection resulted in {} remote-announced HTLC drops on channel {}", inbound_drop_count, log_bytes!(self.channel_id()));
27422742
}
27432743

27442744
/// Indicates that a ChannelMonitor update failed to be stored by the client and further

0 commit comments

Comments
 (0)