summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaul <andrew@gaul.org>2019-06-16 16:57:50 -0700
committerAndrew Gaul <andrew@gaul.org>2020-03-15 13:04:32 +0900
commit0700f3749f7d469bd229866b1cd6b8acb7346f4c (patch)
tree6628a1b86a8f00e4406a22f74a28636d1d3d48a7
parent0487e6f11fc9231214c03bd8eb5050a7e04a621d (diff)
downloadmutter-0700f3749f7d469bd229866b1cd6b8acb7346f4c.tar.gz
input-settings/x11: Fix typo in has_udev_property
https://gitlab.gnome.org/GNOME/mutter/merge_requests/256
-rw-r--r--src/backends/x11/meta-input-settings-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/x11/meta-input-settings-x11.c b/src/backends/x11/meta-input-settings-x11.c
index a9658e702..40067770f 100644
--- a/src/backends/x11/meta-input-settings-x11.c
+++ b/src/backends/x11/meta-input-settings-x11.c
@@ -496,7 +496,7 @@ has_udev_property (MetaInputSettings *settings,
if (!warned_once)
{
- g_warning ("Failed to set acceleration profile: no udev support");
+ g_warning ("Failed to query property: no udev support");
warned_once = TRUE;
}