Changeset 57156 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 3, 2015 11:13:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r56992 r57156 3954 3954 { 3955 3955 /* If we lag to far behind stop trying to catch up. */ 3956 LogRel (("OHCI#%u: Lagging too far behind, not trying to catch up anymore. Expect glitches with USB devices\n",3957 pThis->pDevInsR3->iInstance));3956 LogRelMax(10, ("OHCI#%u: Lagging too far behind, not trying to catch up anymore. Expect glitches with USB devices\n", 3957 pThis->pDevInsR3->iInstance)); 3958 3958 tsBeginServicing = tsNow; 3959 3959 cFramesProcessed = 0;
Note:
See TracChangeset
for help on using the changeset viewer.