mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use releaseNo, not release. release is evil and should go away.
This commit is contained in:
parent
2d904a8ba9
commit
1f1669ea57
1 changed files with 2 additions and 2 deletions
|
|
@ -100,9 +100,9 @@ usbdev(f, a, rec)
|
|||
printf("unconfigured, ");
|
||||
}
|
||||
if (verbose) {
|
||||
printf("%s(0x%04x), %s(0x%04x), rev %s",
|
||||
printf("%s(0x%04x), %s(0x%04x), rev 0x%04x",
|
||||
di.product, di.productNo,
|
||||
di.vendor, di.vendorNo, di.release);
|
||||
di.vendor, di.vendorNo, di.releaseNo);
|
||||
} else
|
||||
printf("%s, %s", di.product, di.vendor);
|
||||
printf("\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue