diff --git a/AudioTagger.Console/TagUpdater.cs b/AudioTagger.Console/TagUpdater.cs index a6f3a38..ecc0507 100644 --- a/AudioTagger.Console/TagUpdater.cs +++ b/AudioTagger.Console/TagUpdater.cs @@ -33,7 +33,7 @@ public void Start(IReadOnlyCollection mediaFiles, } catch (Exception ex) { - printer.Error($"Error updating \"{mediaFile.FileNameOnly}\": {ex.Message}"); + printer.Error($"Update error: {ex.Message}"); errorFiles.Add(mediaFile.FileNameOnly); continue; }