mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Fixed typo.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user