--- sys/dev/usb/usb_hub.c 2019-02-10 12:33:42.129767000 -0500 +++ sys/dev/usb/usb_hub.c 2019-02-09 15:04:43.277422000 -0500 @@ -750,7 +750,7 @@ if ((sc->sc_st.port_change & UPS_C_CONNECT_STATUS) || (!(sc->sc_st.port_status & UPS_CURRENT_CONNECT_STATUS))) { if (timeout) { - DPRINTFN(0, "giving up port reset " + DPRINTFN(1, "giving up port reset " "- device vanished\n"); goto error; }