Fixed typo.

This commit is contained in:
Mark McDowall 2012-01-22 14:45:37 -08:00
parent c0542449a4
commit 03dc4a5602
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }