1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Fixed random typo

This commit is contained in:
Taloth Saldono 2020-03-01 19:31:04 +01:00
parent 92f1f3e73a
commit 00edffc0f4

View File

@ -77,7 +77,7 @@ private void ResolveIndexer(ReleaseInfo release)
} }
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;
} }
} }