mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fixed: Typo in ReleasePushModule.cs
This commit is contained in:
parent
755fa9e865
commit
669e46266a
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 known indexer {0}.", release.Title, release.IndexerId);
|
||||
_logger.Debug("Push Release {0} not associated with known indexer {1}.", release.Title, release.IndexerId);
|
||||
release.IndexerId = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue