VirtualBox

Changeset 77553 in vbox


Ignore:
Timestamp:
Mar 4, 2019 11:10:12 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129158
Message:

VBoxLogRelCreate.cpp: reverted accidental commit r129154. bugref:9172

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

Legend:

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

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

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

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