diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-25 09:24:46 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-25 09:24:46 +0200 |
commit | 66d82b3ab1d00a37d266c8f199cc430fd76afe8c (patch) | |
tree | e101b3a814366266dda2c8917001455ead08c404 /mcwm.c | |
parent | e5509ae6814092303af973e27c2bf7d87969d15f (diff) | |
download | mcwm-66d82b3ab1d00a37d266c8f199cc430fd76afe8c.zip |
No point in printing that we don't have RANDR in production. Make it a
debug printout.
Diffstat (limited to 'mcwm.c')
-rw-r--r-- | mcwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |