Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconscious committed May 14, 2024
1 parent 7f1367f commit d4cc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioTagger.Console/TagUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void Start(IReadOnlyCollection<MediaFile> mediaFiles,
}
catch (Exception ex)
{
printer.Error($"Error updating \"{mediaFile.FileNameOnly}\": {ex.Message}");
printer.Error($"Update error: {ex.Message}");
errorFiles.Add(mediaFile.FileNameOnly);
continue;
}
Expand Down

0 comments on commit d4cc9d6

Please sign in to comment.