VirtualBox

Ignore:
Timestamp:
Oct 22, 2014 12:28:18 PM (10 years ago)
Author:
vboxsync
Message:

DevRTC: don't spam the R0 log with "RTC: stopped the periodic timer" messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r52756 r53116  
    238238    else
    239239    {
     240#ifdef IN_RING3
    240241        if (TMTimerIsActive(pThis->CTX_SUFF(pPeriodicTimer)) && pThis->cRelLogEntries++ < 64)
    241242            LogRel(("RTC: stopped the periodic timer\n"));
     243#endif
    242244        TMTimerStop(pThis->CTX_SUFF(pPeriodicTimer));
    243245    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette