Skip to content

Commit

Permalink
Prevent track-trace from being logged up cancelling find missing file…
Browse files Browse the repository at this point in the history
…s job.
  • Loading branch information
Borewit committed Sep 17, 2023
1 parent 5457ceb commit 6cc0bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/listfix/view/controls/PlaylistEditCtrl.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ protected void done()
}
catch (CancellationException | InterruptedException exception)
{
_logger.warn(markerRepair, "Repair interrupted", exception);
_logger.debug(markerRepair, "Cancelled locate missing files");
}
catch (ExecutionException ex)
{
Expand Down

0 comments on commit 6cc0bee

Please sign in to comment.