VirtualBox

Changeset 90759 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 20, 2021 12:53:01 PM (3 years ago)
Author:
vboxsync
Message:

VMM/pdmR0DevHlp_SetDeviceCritSect: Don't try log the critsect name, it is a ring-3 string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp

    r90502 r90759  
    841841    PDMDEV_ASSERT_DEVINS(pDevIns);
    842842    AssertPtrReturn(pCritSect, VERR_INVALID_POINTER);
    843     LogFlow(("pdmR0DevHlp_SetDeviceCritSect: caller='%s'/%d: pCritSect=%p (%s)\n",
    844              pDevIns->pReg->szName, pDevIns->iInstance, pCritSect, pCritSect->s.pszName));
     843    LogFlow(("pdmR0DevHlp_SetDeviceCritSect: caller='%s'/%d: pCritSect=%p\n",
     844             pDevIns->pReg->szName, pDevIns->iInstance, pCritSect));
    845845    AssertReturn(PDMCritSectIsInitialized(pCritSect), VERR_INVALID_PARAMETER);
    846846    PGVM pGVM = pDevIns->Internal.s.pGVM;
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