From 5625aba942169dbc50951392b041b2add6dcedbd Mon Sep 17 00:00:00 2001 From: thompsa Date: Tue, 13 Jan 2009 19:01:14 +0000 Subject: MFp4: //depot/projects/usb@155731 Make printout more informative. Reported by: Volker Submitted by: Hans Petter Selasky --- usr.sbin/usbconfig/usbconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/usbconfig') diff --git a/usr.sbin/usbconfig/usbconfig.c b/usr.sbin/usbconfig/usbconfig.c index 5aa9102..0967464 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); -- cgit v1.1