From feb37dd067e7dac56fd5076badc7f2428134ef76 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 10 Jun 2012 14:53:52 +0000 Subject: cleanup debug logging svn path=/trunk/netsurf/; revision=13961 --- gtk/window.c | 4 ++-- 1 file 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)); } -- cgit v1.2.3