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