VirtualBox

Changeset 68984 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 4, 2017 2:24:57 PM (7 years ago)
Author:
vboxsync
Message:

DisplayImpl.cpp: Dropped the debug LogRels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r68975 r68984  
    46844684    }
    46854685    Display *pDisplay = (Display *)pv;      /** @todo Check this cast! */
    4686 LogRel(("Display: Debug: pDisplay=%p sizeof(*pDisplay)=%#x\n", pDisplay, sizeof(*pDisplay)));
    46874686    pThis->pDisplay = pDisplay;
    46884687    pThis->pDisplay->mpDrv = pThis;
     
    46954694     * Start periodic screen refreshes
    46964695     */
    4697 LogRel(("Display: Debug: Calling pfnSetRefreshRate\n"));
    46984696    pThis->pUpPort->pfnSetRefreshRate(pThis->pUpPort, 20);
    46994697
    47004698#ifdef VBOX_WITH_CRHGSMI
    4701 LogRel(("Display: Debug: Calling i_setupCrHgsmiData\n"));
    47024699    pDisplay->i_setupCrHgsmiData();
    47034700#endif
    47044701
    47054702#ifdef VBOX_WITH_VIDEOREC
    4706 LogRel(("Display: Debug: Calling i_videoRecGetEnabled\n"));
    47074703    if (pDisplay->i_videoRecGetEnabled())
    47084704    {
    4709 LogRel(("Display: Debug: Calling i_videoRecStart\n"));
    47104705        int rc2 = pDisplay->i_videoRecStart();
    47114706        if (RT_SUCCESS(rc2))
     
    47184713#endif
    47194714
    4720 LogRel(("Display: driver constructed\n"));
    47214715    return rc;
    47224716}
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