VirtualBox

Ignore:
Timestamp:
May 12, 2015 11:44:42 AM (10 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

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

    r55644 r55822  
    501501    ASMAtomicWriteBool(&pTarget->mDataBase.mfTransferIsPending, false);
    502502
    503     LogFlowFunc(("pTarget=%p returning rc=%Rrc\n", (GuestDnDTarget *)pTarget, rc));
    504 
    505503    if (pTask)
    506504        delete pTask;
     505
     506    LogFlowFunc(("pTarget=%p returning rc=%Rrc\n", (GuestDnDTarget *)pTarget, rc));
    507507    return rc;
    508508}
     
    561561        SendDataTask *pTask = new SendDataTask(this, pSendCtx);
    562562        AssertReturn(pTask->isOk(), pTask->getRC());
     563
     564        LogFlowFunc(("Starting thread ...\n"));
    563565
    564566        int rc = RTThreadCreate(NULL, GuestDnDTarget::i_sendDataThread,
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