File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
lightning-background-processor/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1492,7 +1492,7 @@ impl BackgroundProcessor {
1492
1492
NETWORK_GRAPH_PERSISTENCE_KEY ,
1493
1493
& network_graph. encode ( ) ,
1494
1494
) {
1495
- log_error ! ( logger, "Error: Failed to persist network graph, check your disk and permissions {}" , e) ;
1495
+ log_error ! ( logger, "Error: Failed to persist network graph, check your disk and permissions {}" , e) ;
1496
1496
}
1497
1497
have_pruned = true ;
1498
1498
}
@@ -1521,10 +1521,7 @@ impl BackgroundProcessor {
1521
1521
SCORER_PERSISTENCE_KEY ,
1522
1522
& scorer. encode ( ) ,
1523
1523
) {
1524
- log_error ! ( logger,
1525
- "Error: Failed to persist scorer, check your disk and permissions {}" ,
1526
- e,
1527
- ) ;
1524
+ log_error ! ( logger, "Error: Failed to persist scorer, check your disk and permissions {}" , e) ;
1528
1525
}
1529
1526
}
1530
1527
last_scorer_persist_call = Instant :: now ( ) ;
You can’t perform that action at this time.
0 commit comments