Using format specifiers without arguments in printf is bad.

This commit is contained in:
Mikael Magnusson 2008-11-05 19:09:34 +01:00
parent 6a35e7c594
commit e3134210d8

View file

@ -1334,7 +1334,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
} else
ob_debug_type(OB_DEBUG_APP_BUGS,
"_NET_ACTIVE_WINDOW message for window %s is "
"missing source indication\n");
"missing source indication\n", client->title);
client_activate(client, TRUE, TRUE, TRUE,
(e->xclient.data.l[0] == 0 ||
e->xclient.data.l[0] == 2));