summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--src/manage.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 340302a..6dc0bde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/manage.c (get_wmname): add a debug line to print the
property returned.
+ (get_wmname): add newline in debug print out.
* src/window.c (window_name): use WIN_NAME_* defines for possible
defaults.win_name values.
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. */