summaryrefslogtreecommitdiffstats
path: root/notify.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-11 16:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-11 16:01:16 +0000
commit0d19d78fff40fbf57c557698f29049dcd1b1ca7b (patch)
treefede0cc47a5bc61e0dcf6d75410d918581bb40b7 /notify.c
parent8f79b079cd5be1e63fb4e05c389c4334c5e7882a (diff)
parent458b6eb6001fe4f1bff379ac56b91273662abe8c (diff)
Merge branch 'obsd-master'
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)