summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-11-15 22:04:24 +0000
committerFrediano Ziglio <fziglio@redhat.com>2018-11-16 09:20:03 +0000
commitd5811d05890eb4d149f45176488657c44764b9ae (patch)
tree903c420d1904d8f0a3de67122e9fd89f12198dbd /src
parent2d6d0d2acd3248e981361c2f3d8b253da8f04048 (diff)
x11-randr: Fix typo in error message
The function name is XRRGetScreenSizeRange not RRGetScreenSizeRange. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@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 c5fba51..be6a43a 100644
--- a/src/vdagent/x11-randr.c
+++ b/src/vdagent/x11-randr.c
@@ -120,7 +120,7 @@ static void update_randr_res(struct vdagent_x11 *x11, int poll)
&x11->randr.min_height,
&x11->randr.max_width,
&x11->randr.max_height) != 1) {
- syslog(LOG_ERR, "update_randr_res: RRGetScreenSizeRange failed");
+ syslog(LOG_ERR, "update_randr_res: XRRGetScreenSizeRange failed");
}
}