Fixed: AddArtistService log message

pull/6/head
Qstick 7 years ago committed by GitHub
parent 71a0c62fdb
commit 574e8ad36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ namespace NzbDrone.Core.Music
} }
catch (ArtistNotFoundException) 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<ValidationFailure> throw new ValidationException(new List<ValidationFailure>
{ {

Loading…
Cancel
Save