mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 17:24:13 +01:00
Fix Release Push log statement
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
parent
ea4044f237
commit
ebcde8f602
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ private void ResolveIndexer(ReleaseInfo release)
|
|||
}
|
||||
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…
Reference in a new issue