VirtualBox

Ignore:
Timestamp:
Apr 27, 2015 9:08:48 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99781
Message:

Bad commit, reverted with following changeset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r53177 r55435  
    28232823     */
    28242824#ifndef IN_RC
    2825     if (RT_UNLIKELY(   (pLogger->fFlags & RTLOGFLAGS_RESTRICT_GROUPS)
    2826                     && iGroup < pLogger->cGroups
    2827                     && (pLogger->afGroups[iGroup] & RTLOGGRPFLAGS_RESTRICT)
    2828                     && ++pLogger->pInt->pacEntriesPerGroup[iGroup] >= pLogger->pInt->cMaxEntriesPerGroup ))
     2825    if (0)
     2826//    if (RT_UNLIKELY(   (pLogger->fFlags & RTLOGFLAGS_RESTRICT_GROUPS)
     2827//                    && iGroup < pLogger->cGroups
     2828//                    && (pLogger->afGroups[iGroup] & RTLOGGRPFLAGS_RESTRICT)
     2829//                    && ++pLogger->pInt->pacEntriesPerGroup[iGroup] >= pLogger->pInt->cMaxEntriesPerGroup ))
    28292830    {
    28302831        uint32_t cEntries = pLogger->pInt->pacEntriesPerGroup[iGroup];
Note: See TracChangeset for help on using the changeset viewer.

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