summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-09-01 14:04:35 +0200
committerHans de Goede <hdegoede@redhat.com>2012-09-01 14:04:35 +0200
commit0f0ca5722effcaaa54cb71db15e73da260a969b5 (patch)
treeb3885d500a22a42a01ca1dcb0365412e3a6478ce /src
parent72fb1396078a10c6d3f76b8f81fb377196dd8521 (diff)
x11-randr: Make "delete_mode of in use mode" a debug message
This is a normal thing to happen, so it should not be an error message. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/vdagent-x11-randr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdagent-x11-randr.c b/src/vdagent-x11-randr.c
index 6fa52b2..c876834 100644
--- a/src/vdagent-x11-randr.c
+++ b/src/vdagent-x11-randr.c
@@ -220,7 +220,7 @@ static void delete_mode(struct vdagent_x11 *x11, int output_index, const char *n
}
if (m < x11->randr.res->nmode) {
if (crtc && mode->id == current_mode) {
- syslog(LOG_ERR,
+ syslog(LOG_DEBUG,
"delete_mode of in use mode, setting crtc to NULL mode");
XRRSetCrtcConfig(x11->display, x11->randr.res, crtc,
CurrentTime, 0, 0, None, RR_Rotate_0, NULL, 0);