Fix Release Push log statement

pull/1689/head
Qstick 4 years ago
parent a035a78a2b
commit b47638fa65

@ -85,7 +85,7 @@ namespace Lidarr.Api.V1.Indexers
}
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;
}
}

Loading…
Cancel
Save