mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed typo.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace NzbDrone.Core.Providers
|
|||||||
|
|
||||||
if (!IsAcceptableSize(parsedReport))
|
if (!IsAcceptableSize(parsedReport))
|
||||||
{
|
{
|
||||||
Logger.Trace("Size: {0} is not acceptable for Quality: {1}", parsedReport.Size, parsedReport.Q);
|
Logger.Trace("Size: {0} is not acceptable for Quality: {1}", parsedReport.Size, parsedReport.Quality);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user