Fix Release Push log statement

Signed-off-by: Robin Dadswell <robin@dadswell.email>
pull/770/head
Qstick 4 years ago
parent ea4044f237
commit ebcde8f602

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

Loading…
Cancel
Save