Increase the debugging level on a printf.
This commit is contained in:
parent
69dbd7eb31
commit
8aaf208b29
@ -550,7 +550,7 @@ usbpoll(dev, events, p)
|
||||
if ((events & mask) && usb_nevents > 0)
|
||||
revents |= events & mask;
|
||||
if (revents == 0 && (events & mask)) {
|
||||
DPRINTF(("usb: sleeping on %p\n", &usb_selevent));
|
||||
DPRINTFN(2,("usb: sleeping on %p\n", &usb_selevent));
|
||||
selrecord(p, &usb_selevent);
|
||||
}
|
||||
splx(s);
|
||||
|
Loading…
Reference in New Issue
Block a user