Skip to content

Commit

Permalink
Log generated playlist path at "info" log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 14, 2023
1 parent e1ec642 commit 151a0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/listfix/model/playlists/Playlist.java
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ private Path normalizeTrackPath(Path trackPath)
public final void save(PlaylistFormat format, IProgressObserver<String> observer) throws IOException
{
this.syncEntriesToSpecificPlaylist(format);
_logger.debug(String.format("Writing playlist to %s", this.playlistPath));
_logger.info(String.format("Writing playlist to %s", this.playlistPath));
// avoid resetting total if part of batch operation

// Guess the future file length, to have progress indication
Expand Down

0 comments on commit 151a0cc

Please sign in to comment.