From 574e8ad36b45460c5372a7410e8bead563cfbf1a Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 6 Mar 2018 15:18:21 -0500 Subject: [PATCH] Fixed: AddArtistService log message --- src/NzbDrone.Core/Music/AddArtistService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Music/AddArtistService.cs b/src/NzbDrone.Core/Music/AddArtistService.cs index c7bc7a3a8..ca9a32cb7 100644 --- a/src/NzbDrone.Core/Music/AddArtistService.cs +++ b/src/NzbDrone.Core/Music/AddArtistService.cs @@ -81,7 +81,7 @@ namespace NzbDrone.Core.Music } catch (ArtistNotFoundException) { - _logger.Error("LidarrId {1} was not found, it may have been removed from Lidarr.", newArtist.ForeignArtistId); + _logger.Error("LidarrId {0} was not found, it may have been removed from Lidarr.", newArtist.ForeignArtistId); throw new ValidationException(new List {