move painting and drawing debug log to verbose

This commit is contained in:
chrox
2016-08-12 17:47:35 +08:00
parent 9ab005a1d3
commit 166aa52a24
3 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ Draw page content to blitbuffer.
--]]
function Document:drawPage(target, x, y, rect, pageno, zoom, rotation, gamma, render_mode)
local tile = self:renderPage(pageno, rect, zoom, rotation, gamma, render_mode)
DEBUG("now painting", tile, rect)
DEBUG:v("document drawing", tile, rect)
target:blitFrom(tile.bb,
x, y,
rect.x - tile.excerpt.x,