Skip to content

Commit b13f2a1

Browse files
committed
f - Display user_channel_id
1 parent d14d2ce commit b13f2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ impl Node {
13881388
} else {
13891389
log_error!(
13901390
self.logger,
1391-
"Channel not found for user_channel_id: {:?} and counterparty: {}",
1391+
"Channel not found for user_channel_id {} and counterparty {}",
13921392
user_channel_id,
13931393
counterparty_node_id
13941394
);

0 commit comments

Comments
 (0)