]> git.sur5r.net Git - i3/i3/commitdiff
log WM_NAME (non-utf-8 window titles)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 13:45:34 +0000 (14:45 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 13:45:34 +0000 (14:45 +0100)
src/window.c

index 4b8b6614a863ed507ef40c7cecb6037402cecaa2..bc8d28ac75b04939f156acbcf019e6877a51a7d3 100644 (file)
@@ -123,6 +123,7 @@ void window_update_name_legacy(i3Window *win, xcb_get_property_reply_t *prop, bo
         return;
     }
 
+    LOG("WM_NAME changed to \"%s\"\n", new_name);
     LOG("Using legacy window title. Note that in order to get Unicode window "
         "titles in i3, the application has to set _NET_WM_NAME (UTF-8)\n");