Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2016-09-14 11:25:06 +03:00
parent 0a3f1e9563
commit 3775380057

View file

@ -189,7 +189,7 @@ bool GenerateYAxisChartData(uint32_t height, double minMetersPerPxl,
if (freeHeightSpacePxl < 0 || freeHeightSpacePxl > drawHeightPxl)
{
LOG(LERROR, ("Number of pixels free of chart points (", freeHeightSpacePxl,
") is below zero or greater number of pixels for the chart (", drawHeightPxl, ")."));
") is below zero or greater than the number of pixels for the chart (", drawHeightPxl, ")."));
return false;
}