VirtualBox

Changeset 48305 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 5, 2013 12:53:01 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88729
Message:

TokenImpl: debug build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/TokenImpl.cpp

    r48297 r48305  
    5050HRESULT MachineToken::init(const ComObjPtr<SessionMachine> &pSessionMachine)
    5151{
    52     LogFlowThisFunc(("pSessionMachine=%p\n", *pSessionMachine));
     52    LogFlowThisFunc(("pSessionMachine=%p\n", &pSessionMachine));
    5353
    5454    ComAssertRet(!pSessionMachine.isNull(), E_INVALIDARG);
     
    142142HRESULT MediumLockToken::init(const ComObjPtr<Medium> &pMedium, bool fWrite)
    143143{
    144     LogFlowThisFunc(("pMedium=%p\n", *pMedium));
     144    LogFlowThisFunc(("pMedium=%p\n", &pMedium));
    145145
    146146    ComAssertRet(!pMedium.isNull(), E_INVALIDARG);
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