summaryrefslogtreecommitdiff
path: root/tools/list-local-devices.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-03-19 11:44:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-03-19 13:55:34 +1000
commit1f37865bbd242ff057b425945b18359ff8f86e59 (patch)
tree4fa7c35464da35a6522cdb6ad739a79b8a84823f /tools/list-local-devices.c
parent021275c156f791cdd7594f1f3797b2f09e517113 (diff)
downloadlibwacom-1f37865bbd242ff057b425945b18359ff8f86e59.tar.gz
tools: expand the error message for "no devices"
There may be devices, they're just not known to libwacom. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/list-local-devices.c')
-rw-r--r--tools/list-local-devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/list-local-devices.c b/tools/list-local-devices.c
index 8274bfb..77f9180 100644
--- a/tools/list-local-devices.c
+++ b/tools/list-local-devices.c
@@ -195,7 +195,7 @@ int main(int argc, char **argv)
}
if (!tabletlist)
- fprintf(stderr, "Failed to find any devices.\n");
+ fprintf(stderr, "Failed to find any devices known to libwacom.\n");
switch (output_format) {
case DATAFILE: