From 9c4ef9aa4a02c15d4257ab2b61150f021baf81b2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 16 Oct 2010 20:16:35 -0400 Subject: [PATCH] extra \n in debug output --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/frame.c b/openbox/frame.c index db4b976d..3aa3ab7f 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -960,7 +960,7 @@ void frame_adjust_state(ObFrame *self) void frame_adjust_focus(ObFrame *self, gboolean hilite) { ob_debug_type(OB_DEBUG_FOCUS, - "Frame for 0x%x has focus: %d\n", + "Frame for 0x%x has focus: %d", self->client->window, hilite); self->focused = hilite; self->need_render = TRUE; -- 2.44.0