summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-11 22:42:03 +0000
committersabetts <sabetts>2003-04-11 22:42:03 +0000
commit55fdbf1ec5ef78bf8dd6f352c195a0c41bb6724f (patch)
tree35f9904b8de9e77a9cf12ed435c33c386bdbb28d
parent65614a8db29c5c0f1cb18010a92a202915509116 (diff)
downloadratpoison-55fdbf1ec5ef78bf8dd6f352c195a0c41bb6724f.zip
* src/manage.c (get_wmname): add a debug line to print the
property returned. (get_wmname): add newline in debug print out.
-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. */