]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Using format specifiers without arguments in printf is bad.
[chaz/openbox] / openbox / event.c
index 5f1ae255a387a1d2b9b5882ed350f3a730564c0b..467af11c104a2d96c23845973dd4687e17205e38 100644 (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));
This page took 0.019767 seconds and 4 git commands to generate.