Update src/NzbDrone.Core/Tv/AddSeriesService.cs

Co-authored-by: Mark McDowall <markus.mcd5@gmail.com>
pull/6569/head
bakerboy448 3 months ago committed by GitHub
parent d35e79626b
commit 82b6dbac40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -121,7 +121,7 @@ namespace NzbDrone.Core.Tv
}
catch (SeriesNotFoundException)
{
_logger.Error("Series {0} with TVDB ID {1} was not found, it may have been removed from TheTVDB. Path: {2}", newSeries, newSeries.TvdbId, newSeries.Path);
_logger.Error("Series {0} with TVDB ID {1} was not found, it may have been removed from TheTVDB. Path: {2}", newSeries, newSeries.TvdbId, newSeries.Path);
throw new ValidationException(new List<ValidationFailure>
{

Loading…
Cancel
Save