mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Typo: 'x' should be 'y' (only affects debugging output)
This commit is contained in:
parent
f6b6a3497c
commit
2e771e0387
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ USB_ATTACH(ums)
|
|||
DPRINTF(("ums_attach: X\t%d/%d\n",
|
||||
sc->sc_loc_x.pos, sc->sc_loc_x.size));
|
||||
DPRINTF(("ums_attach: Y\t%d/%d\n",
|
||||
sc->sc_loc_x.pos, sc->sc_loc_x.size));
|
||||
sc->sc_loc_y.pos, sc->sc_loc_y.size));
|
||||
if (sc->flags & UMS_Z)
|
||||
DPRINTF(("ums_attach: Z\t%d/%d\n",
|
||||
sc->sc_loc_z.pos, sc->sc_loc_z.size));
|
||||
|
|
|
|||
Loading…
Reference in a new issue