Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
tree_close_internal: Log workspace name in EWMH message
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed May 3, 2019
1 parent 4a37d20 commit 8c25bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree.c
Expand Up @@ -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();
Expand Down

0 comments on commit 8c25bc1

Please sign in to comment.