mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-01 03:52:14 +00:00
Fixed typo.
This commit is contained in:
parent
c0542449a4
commit
03dc4a5602
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue