File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
lightning-background-processor/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -761,7 +761,6 @@ where
761761 last_forwards_processing_call = sleeper ( cur_batch_delay) ;
762762 }
763763 if should_break {
764- log_trace ! ( logger, "Terminating background processor." ) ;
765764 break ;
766765 }
767766
@@ -819,7 +818,6 @@ where
819818 false
820819 } ;
821820 if should_break {
822- log_trace ! ( logger, "Terminating background processor." ) ;
823821 break ;
824822 }
825823 if channel_manager. get_cm ( ) . get_and_clear_needs_persistence ( ) {
@@ -1031,6 +1029,7 @@ where
10311029 last_sweeper_call = sleeper ( SWEEPER_TIMER ) ;
10321030 }
10331031 }
1032+ log_trace ! ( logger, "Terminating background processor." ) ;
10341033
10351034 // After we exit, ensure we persist the ChannelManager one final time - this avoids
10361035 // some races where users quit while channel updates were in-flight, with
You can’t perform that action at this time.
0 commit comments