mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFp4: //depot/projects/usb@155731
Make printout more informative. Reported by: Volker Submitted by: Hans Petter Selasky
This commit is contained in:
parent
dbd7373cc6
commit
312313ec68
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue