summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/manage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c
index 1be4e7a..6446038 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -110,7 +110,9 @@ get_wmname (Window w)
return NULL;
}
- /* duplicate the string into out own buffer, and free the one given
+ PRINT_DEBUG (("WM_NAME: '%s'", name));
+
+ /* duplicate the string into our own buffer, and free the one given
to us by X. */
ret = xstrdup (name);
XFree (name);