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

@@ -118,7 +118,7 @@ function ReaderView:resetLayout()
end
function ReaderView:paintTo(bb, x, y)
dbg("painting", self.visible_area, "to", x, y)
dbg:v("readerview painting", self.visible_area, "to", x, y)
if self.page_scroll then
self:drawPageBackground(bb, x, y)
else