mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Just a fixup for a KTRACE message I stumbled upon many moons ago.
Reviewed by: Scott Long MFC after: 2 days
This commit is contained in:
parent
954e36405f
commit
c4901b6798
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ g_io_schedule_up(struct thread *tp __unused)
|
|||
g_bioq_unlock(&g_bio_run_up);
|
||||
THREAD_NO_SLEEPING();
|
||||
CTR4(KTR_GEOM, "g_up biodone bp %p provider %s off "
|
||||
"%ld len %ld", bp, bp->bio_to->name,
|
||||
"%jd len %ld", bp, bp->bio_to->name,
|
||||
bp->bio_offset, bp->bio_length);
|
||||
biodone(bp);
|
||||
THREAD_SLEEPING_OK();
|
||||
|
|
|
|||
Loading…
Reference in a new issue