Fix Release Push log statement

Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick
2020-09-07 01:57:04 -04:00
parent ea4044f237
commit ebcde8f602

View File

@@ -85,7 +85,7 @@ namespace Readarr.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;
}
}