diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2008-11-05 19:09:34 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2008-11-05 19:34:14 +0100 |
| commit | e3134210d820340ef63bb5c21c9a56856147f0a9 (patch) | |
| tree | ad293d02d03aa1173304e1ce3f2fa9b1f566f3f9 /openbox/event.c | |
| parent | 6a35e7c594959ee17392aec76ba074565a63ea57 (diff) | |
Using format specifiers without arguments in printf is bad.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index 5f1ae255..467af11c 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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)); |
