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
761
761
last_forwards_processing_call = sleeper ( cur_batch_delay) ;
762
762
}
763
763
if should_break {
764
- log_trace ! ( logger, "Terminating background processor." ) ;
765
764
break ;
766
765
}
767
766
@@ -819,7 +818,6 @@ where
819
818
false
820
819
} ;
821
820
if should_break {
822
- log_trace ! ( logger, "Terminating background processor." ) ;
823
821
break ;
824
822
}
825
823
if channel_manager. get_cm ( ) . get_and_clear_needs_persistence ( ) {
@@ -1031,6 +1029,7 @@ where
1031
1029
last_sweeper_call = sleeper ( SWEEPER_TIMER ) ;
1032
1030
}
1033
1031
}
1032
+ log_trace ! ( logger, "Terminating background processor." ) ;
1034
1033
1035
1034
// After we exit, ensure we persist the ChannelManager one final time - this avoids
1036
1035
// some races where users quit while channel updates were in-flight, with
You can’t perform that action at this time.
0 commit comments