summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));
}