summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-04-27 01:28:16 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-04-27 01:28:16 +0200
commit5201477cbcb276bd13ec07e3d57b8c6cefe8201a (patch)
tree1822af23ad1ab870f929353a6f67e0b1c77316dd
parent01b4d568b99fc48fdab0ec628a550dfbeaa7b021 (diff)
downloadratpoison-5201477cbcb276bd13ec07e3d57b8c6cefe8201a.zip
avoid get_wmname spamming
This should be a PRINT_DEBUG, not a PRINT_ERROR.
-rw-r--r--src/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c
index 55dea3c..f404c13 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -233,7 +233,7 @@ get_wmname (Window w)
if (XGetWMName (dpy, w, &text_prop) == 0)
{
- PRINT_ERROR (("XGetWMName failed\n"));
+ PRINT_DEBUG (("XGetWMName failed\n"));
return NULL;
}