VirtualBox

Changeset 45719 in vbox


Ignore:
Timestamp:
Apr 24, 2013 7:48:33 PM (12 years ago)
Author:
vboxsync
Message:

More testbox debug hacks.

File:
1 edited

Legend:

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

    r45706 r45719  
    58855885STDMETHODIMP Machine::DeleteGuestProperty(IN_BSTR aName)
    58865886{
    5887     return SetGuestProperty(aName, NULL, NULL);
     5887    HRESULT hrc = SetGuestProperty(aName, NULL, NULL);
     5888    LogRel(("DeleteGuestProperty: %ls -> %Rhrc\n", aName, hrc)); /* !REMOVE ME! Debugging testboxes! */
     5889    return hrc;
    58885890}
    58895891
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