mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
Fix Release Push log statement
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user