mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
Fixed typo.
This commit is contained in:
parent
c0542449a4
commit
03dc4a5602
@ -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…
x
Reference in New Issue
Block a user