Skip to content

Commit 1aab36a

Browse files
committed
Log ClosureReason with Display
1 parent c99dc15 commit 1aab36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ where
855855
counterparty_node_id,
856856
..
857857
} => {
858-
log_info!(self.logger, "Channel {} closed due to: {:?}", channel_id, reason);
858+
log_info!(self.logger, "Channel {} closed due to: {}", channel_id, reason);
859859
self.event_queue
860860
.add_event(Event::ChannelClosed {
861861
channel_id,

0 commit comments

Comments
 (0)