summaryrefslogtreecommitdiff
path: root/mcwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.c')
-rw-r--r--mcwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index b59fa1a..c8764e4 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -1457,7 +1457,7 @@ int setuprandr(void)
extension = xcb_get_extension_data(conn, &xcb_randr_id);
if (!extension->present)
{
- printf("No RANDR.\n");
+ PDEBUG("No RANDR extension.\n");
return -1;
}
else