From 312313ec6890bfdf026b56d64442e03e599cab7d Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 13 Jan 2009 19:01:14 +0000 Subject: [PATCH] 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(-) 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);