Fixed random typo
This commit is contained in:
parent
92f1f3e73a
commit
00edffc0f4
|
@ -77,7 +77,7 @@ namespace NzbDrone.Api.Indexers
|
||||||
}
|
}
|
||||||
catch (ModelNotFoundException)
|
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;
|
release.IndexerId = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue