Fix Release Push log statement

This commit is contained in:
Qstick 2020-09-07 01:57:04 -04:00
parent a035a78a2b
commit b47638fa65

View file

@ -85,7 +85,7 @@ namespace Lidarr.Api.V1.Indexers
} }
catch (ModelNotFoundException) catch (ModelNotFoundException)
{ {
_logger.Debug("Push Release {0} not associated with unknown indexer {0}.", release.Title, release.IndexerId); _logger.Debug("Push Release {0} not associated with unknown indexer {1}.", release.Title, release.IndexerId);
release.IndexerId = 0; release.IndexerId = 0;
} }
} }