MFp4: //depot/projects/usb@155731

Make printout more informative. Reported by:
	Volker

Submitted by: Hans Petter Selasky
This commit is contained in:
Andrew Thompson 2009-01-13 19:01:14 +00:00
parent dbd7373cc6
commit 312313ec68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187162

View File

@ -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);