summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-06-10 14:53:52 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-06-10 14:53:52 +0000
commitfeb37dd067e7dac56fd5076badc7f2428134ef76 (patch)
treedd44710bc6a77a5f985f9efa73710f6b97de0c91 /gtk
parentd6fbe19acd9c46fb15bcdba63ff1dc744647df8c (diff)
downloadnetsurf-feb37dd067e7dac56fd5076badc7f2428134ef76.tar.gz
netsurf-feb37dd067e7dac56fd5076badc7f2428134ef76.tar.bz2
cleanup debug logging
svn path=/trunk/netsurf/; revision=13961
Diffstat (limited to 'gtk')
-rw-r--r--gtk/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/window.c b/gtk/window.c
index a9283f0e3..5d37842c8 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -1109,7 +1109,7 @@ void gui_window_get_dimensions(struct gui_window *g, int *width, int *height,
*width /= g->bw->scale;
*height /= g->bw->scale;
}
- LOG(("\tWINDOW WIDTH: %i\n", *width));
- LOG(("\tWINDOW HEIGHT: %i\n", *height));
+ LOG(("width: %i", *width));
+ LOG(("height: %i", *height));
}