mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
Fix Release Push log statement
This commit is contained in:
parent
a035a78a2b
commit
b47638fa65
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace Lidarr.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…
Add table
Add a link
Reference in a new issue