Changeset 72063 in vbox for trunk/src/VBox
- Timestamp:
- Apr 30, 2018 6:15:19 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r71809 r72063 246 246 #ifdef IN_RING3 247 247 if (TMTimerIsActive(pThis->CTX_SUFF(pPeriodicTimer)) && pThis->cRelLogEntries++ < 64) 248 LogRel(("RTC: stopped the periodic timer\n"));248 LogRel(("RTC: Stopped the periodic timer\n")); 249 249 #endif 250 250 TMTimerStop(pThis->CTX_SUFF(pPeriodicTimer)); … … 877 877 else 878 878 { 879 LogRel(("RTC: stopped the periodic timer (restore)\n"));879 LogRel(("RTC: Stopped the periodic timer (restore)\n")); 880 880 pThis->CurLogPeriod = 0; 881 881 pThis->CurHintPeriod = 0;
Note:
See TracChangeset
for help on using the changeset viewer.