diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-01-13 19:01:14 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-01-13 19:01:14 +0000 |
commit | 312313ec6890bfdf026b56d64442e03e599cab7d (patch) | |
tree | 8b4839aa173c6fa8a79c3c2b7a55cb01b8b7ba90 /usr.sbin/usbconfig | |
parent | dbd7373cc6c31009995296c1f671032f1bb1fa11 (diff) | |
download | src-test2-312313ec6890bfdf026b56d64442e03e599cab7d.tar.gz src-test2-312313ec6890bfdf026b56d64442e03e599cab7d.zip |
Notes
Diffstat (limited to 'usr.sbin/usbconfig')
-rw-r--r-- | usr.sbin/usbconfig/usbconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbconfig/usbconfig.c b/usr.sbin/usbconfig/usbconfig.c index 5aa9102860a0..0967464f9358 100644 --- a/usr.sbin/usbconfig/usbconfig.c +++ b/usr.sbin/usbconfig/usbconfig.c @@ -562,7 +562,7 @@ flush_command(struct libusb20_backend *pbe, struct options *opt) } if (matches == 0) { - printf("No device match\n"); + printf("No device match or lack of permissions.\n"); } done: reset_options(opt); |