VirtualBox

Changeset 31270 in vbox


Ignore:
Timestamp:
Aug 2, 2010 8:18:26 AM (14 years ago)
Author:
vboxsync
Message:

Main: A little bit more logging.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r31241 r31270  
    51885188    /* Tell VBoxSVC and Machine about the progress object so they can combine
    51895189       proxy it to any openRemoteSession caller. */
     5190    LogFlowThisFunc(("Calling BeginPowerUp...\n"));
    51905191    rc = mControl->BeginPowerUp(powerupProgress);
    51915192    if (FAILED(rc))
     
    51955196    }
    51965197
     5198    LogFlowThisFunc(("Checking if canceled...\n"));
    51975199    BOOL fCanceled;
    51985200    rc = powerupProgress->COMGETTER(Canceled)(&fCanceled);
     
    52045206        return setError(E_FAIL, tr("Powerup was canceled"));
    52055207    }
     5208    LogFlowThisFunc(("Not canceled yet.\n"));
    52065209
    52075210    /* setup task object and thread to carry out the operation
  • trunk/src/VBox/Main/MachineImpl.cpp

    r31242 r31270  
    1007610076STDMETHODIMP SessionMachine::BeginPowerUp(IProgress *aProgress)
    1007710077{
     10078    LogFlowThisFunc(("aProgress=%p\n", aProgress));
    1007810079    AutoCaller autoCaller(this);
    1007910080    AssertComRCReturn(autoCaller.rc(), autoCaller.rc());
     
    1008710088        mData->mSession.mProgress->setOtherProgressObject(aProgress);
    1008810089
     10090    LogFlowThisFunc(("returns S_OK.\n"));
    1008910091    return S_OK;
    1009010092}
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