File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -641,14 +641,14 @@ where C::Target: chain::Filter,
641
641
match persist_res {
642
642
ChannelMonitorUpdateStatus :: InProgress => {
643
643
pending_monitor_updates. push ( update_id) ;
644
- log_debug ! ( self . logger, "ChannelMonitor update for channel {} in progress" , log_funding_info!( monitor) ) ;
644
+ log_debug ! ( self . logger, "Persistence of ChannelMonitorUpdate for channel {} in progress" , log_funding_info!( monitor) ) ;
645
645
} ,
646
646
ChannelMonitorUpdateStatus :: PermanentFailure => {
647
647
monitor_state. channel_perm_failed . store ( true , Ordering :: Release ) ;
648
- log_error ! ( self . logger, "Permanently failed to persist ChannelMonitor update for channel {}" , log_funding_info!( monitor) ) ;
648
+ log_error ! ( self . logger, "Persistence of ChannelMonitorUpdate for channel {} failed " , log_funding_info!( monitor) ) ;
649
649
} ,
650
650
ChannelMonitorUpdateStatus :: Complete => {
651
- log_debug ! ( self . logger, "Finished persisting ChannelMonitor update for channel {}" , log_funding_info!( monitor) ) ;
651
+ log_debug ! ( self . logger, "Persistence of ChannelMonitorUpdate for channel {} completed " , log_funding_info!( monitor) ) ;
652
652
} ,
653
653
}
654
654
if update_res. is_err ( ) {
You can’t perform that action at this time.
0 commit comments