VirtualBox

Changeset 77554 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 4, 2019 11:11:00 AM (6 years ago)
Author:
vboxsync
Message:

grr. reverting previous commit

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp

    r77553 r77554  
    157157    {
    158158        /* make sure that we don't flood logfiles */
    159         RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup);
     159RT_NOREF(cMaxEntriesPerGroup);  // RTLogSetGroupLimit(pReleaseLogger, cMaxEntriesPerGroup); - don't commit !!!
    160160
    161161        /* explicitly flush the log, to have some info when buffering */
  • trunk/src/VBox/Main/src-client/HGCMThread.cpp

    r77553 r77554  
    305305                                         "Times a message was appended to input queue with only one pending message.",
    306306                                         "/HGCM/%s/PostMsg2Pending", pszStatsSubDir);
    307                         STAMR3RegisterFU(pUVM, &m_StatPostMsgThreePending, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
     307                        STAMR3RegisterFU(pUVM, &m_StatPostMsgTwoPending, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    308308                                         "Times a message was appended to input queue with only one pending message.",
    309309                                         "/HGCM/%s/PostMsg3Pending", pszStatsSubDir);
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