summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/gui.c
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-03-12 17:21:28 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-03-12 17:21:28 +0000
commitca29c3b512aed1ab2c3ec98001fe1569cb47faf7 (patch)
tree2d4985baaceefe2095968ad9dd25b8f1396ab27f /frontends/framebuffer/gui.c
parentbf427e3b2acea8f05db9ad79299b1f7d22c54c33 (diff)
downloadnetsurf-ca29c3b512aed1ab2c3ec98001fe1569cb47faf7.tar.gz
netsurf-ca29c3b512aed1ab2c3ec98001fe1569cb47faf7.tar.bz2
Framebuffer: Make some log messages deep debug.
Diffstat (limited to 'frontends/framebuffer/gui.c')
-rw-r--r--frontends/framebuffer/gui.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index 8f59fefe1..8c8fb6161 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -153,7 +153,7 @@ widget_scroll_y(struct gui_window *gw, int y, bool abs)
int content_width, content_height;
int height;
- NSLOG(netsurf, INFO, "window scroll");
+ NSLOG(netsurf, DEEPDEBUG, "window scroll");
if (abs) {
bwidget->pany = y - bwidget->scrolly;
} else {
@@ -237,7 +237,8 @@ fb_pan(fbtk_widget_t *widget,
height = fbtk_get_height(widget);
width = fbtk_get_width(widget);
- NSLOG(netsurf, INFO, "panning %d, %d", bwidget->panx, bwidget->pany);
+ NSLOG(netsurf, DEEPDEBUG, "panning %d, %d",
+ bwidget->panx, bwidget->pany);
x = fbtk_get_absx(widget);
y = fbtk_get_absy(widget);
@@ -665,7 +666,8 @@ fb_browser_window_click(fbtk_widget_t *widget, fbtk_callback_info *cbi)
cbi->event->type != NSFB_EVENT_KEY_UP)
return 0;
- NSLOG(netsurf, INFO, "browser window clicked at %d,%d", cbi->x, cbi->y);
+ NSLOG(netsurf, DEEPDEBUG, "browser window clicked at %d,%d",
+ cbi->x, cbi->y);
switch (cbi->event->type) {
case NSFB_EVENT_KEY_DOWN: