Skip to content

Commit 9e8449b

Browse files
committed
f fix log
1 parent c0aeb61 commit 9e8449b

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
@@ -2739,7 +2739,7 @@ impl<Signer: Sign> Channel<Signer> {
27392739
}
27402740

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

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

0 commit comments

Comments
 (0)