File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -590,11 +590,11 @@ where C::Target: chain::Filter,
590
590
pending_monitor_updates. push ( update_id) ;
591
591
} ,
592
592
ChannelMonitorUpdateStatus :: PermanentFailure => {
593
- log_error ! ( self . logger, "Persist of new ChannelMonitor for channel {} failed" , log_funding_info!( monitor) ) ;
593
+ log_error ! ( self . logger, "Persistence of new ChannelMonitor for channel {} failed" , log_funding_info!( monitor) ) ;
594
594
return persist_res;
595
595
} ,
596
596
ChannelMonitorUpdateStatus :: Complete => {
597
- log_info ! ( self . logger, "Finished persisting new ChannelMonitor for channel {}" , log_funding_info!( monitor) ) ;
597
+ log_info ! ( self . logger, "Persistence of new ChannelMonitor for channel {} completed " , log_funding_info!( monitor) ) ;
598
598
}
599
599
}
600
600
if let Some ( ref chain_source) = self . chain_source {
You can’t perform that action at this time.
0 commit comments