mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
*** empty log message ***
This commit is contained in:
parent
f9e11b2a03
commit
b3b6adad1d
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ vnstrategy(struct buf *bp)
|
|||
}
|
||||
|
||||
IFOPT(vn,VN_IO)
|
||||
printf("vnstrategy: vp %p/%p bn 0x%x/0x%lx sz 0x%x\n",
|
||||
printf("vnstrategy: vp %p/%p bn 0x%lx/0x%lx sz 0x%x\n",
|
||||
vn->sc_vp, vp, bn, nbn, sz);
|
||||
|
||||
nbp->b_flags = flags;
|
||||
|
|
|
|||
Loading…
Reference in a new issue