]> git.sur5r.net Git - i3/i3/commitdiff
tree_close_internal: Log workspace name in EWMH message
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 3 May 2019 12:39:04 +0000 (15:39 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Fri, 3 May 2019 12:39:04 +0000 (15:39 +0300)
src/tree.c

index 5023e89461d0079169804cd0f100dff01828d31a..f93b2262e817da7ac48639891e84009adedc6f68 100644 (file)
@@ -300,7 +300,7 @@ bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_par
     x_con_kill(con);
 
     if (ws == con) {
-        DLOG("Closing a workspace container, updating EWMH atoms\n");
+        DLOG("Closing workspace container %s, updating EWMH atoms\n", ws->name);
         ewmh_update_number_of_desktops();
         ewmh_update_desktop_names();
         ewmh_update_wm_desktop();