summaryrefslogtreecommitdiffstats
path: root/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'notify.c')
-rw-r--r--notify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/notify.c b/notify.c
index 5ff9c604..0aea7ecc 100644
--- a/notify.c
+++ b/notify.c
@@ -76,6 +76,8 @@ notify_callback(struct cmdq_item *item, void *data)
{
struct notify_entry *ne = data;
+ log_debug("%s: %s", __func__, ne->name);
+
if (strcmp(ne->name, "window-layout-changed") == 0)
control_notify_window_layout_changed(ne->window);
if (strcmp(ne->name, "window-unlinked") == 0)