Increase the debugging level on a printf.

This commit is contained in:
Nick Hibma 2000-05-07 18:38:41 +00:00
parent 6fb8656a29
commit 1a5eec23dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);