mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
improving message in log
This commit is contained in:
parent
bbe20c3327
commit
b1abf32937
1 changed files with 1 additions and 1 deletions
|
@ -2087,7 +2087,7 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, OM: Deref, L: Deref, CM
|
|||
}
|
||||
},
|
||||
MessageSendEvent::BroadcastChannelUpdate { msg } => {
|
||||
log_debug!(self.logger, "Handling BroadcastChannelUpdate event in peer_handler for short channel id {}", msg.contents.short_channel_id);
|
||||
log_debug!(self.logger, "Handling BroadcastChannelUpdate event in peer_handler for contents {:?}", msg.contents);
|
||||
match self.message_handler.route_handler.handle_channel_update(&msg) {
|
||||
Ok(_) | Err(LightningError { action: msgs::ErrorAction::IgnoreDuplicateGossip, .. }) =>
|
||||
self.forward_broadcast_msg(peers, &wire::Message::ChannelUpdate(msg), None),
|
||||
|
|
Loading…
Add table
Reference in a new issue