summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-11-16 11:47:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-11-16 11:47:40 +1000
commit32fa355d4d3b9945d02acc776a57feb17c2bcc50 (patch)
tree0e04c0ee48d0041cd475de288776eae6bb3fc063
parentdbde2b209b70d9cdc8a66e3cc73e2d28a8e13797 (diff)
Route the Xwayland warning through stderr
Otherwise we cannot pipe setxkmap -print into anything
-rw-r--r--setxkbmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setxkbmap.c b/setxkbmap.c
index 6b6259c..bdecd8c 100644
--- a/setxkbmap.c
+++ b/setxkbmap.c
@@ -1122,7 +1122,7 @@ main(int argc, char **argv)
exit(1);
if (is_xwayland())
- MSG("WARNING: Running setxkbmap against an XWayland server\n");
+ ERR("WARNING: Running setxkbmap against an XWayland server\n");
settings.locale.value = setlocale(LC_ALL, settings.locale.value);
settings.locale.src = FROM_SERVER;