mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-15 20:34:45 +00:00
Fixed: AddArtistService log message
This commit is contained in:
@@ -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<ValidationFailure>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user