extra \n in debug output

This commit is contained in:
Dana Jansens 2010-10-16 20:16:35 -04:00
parent 2acbf04cb4
commit 9c4ef9aa4a

View file

@ -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;