mirror of https://github.com/lidarr/Lidarr
Fixed typo.
This commit is contained in:
parent
c0542449a4
commit
03dc4a5602
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue