VirtualBox

Changeset 50593 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Feb 26, 2014 8:44:58 AM (11 years ago)
Author:
vboxsync
Message:

DnD: Bugfixes for Linux hosts.

File:
1 edited

Legend:

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

    r50561 r50593  
    372372                                  uint32_t uState, int rcOp /* = VINF_SUCCESS */)
    373373{
    374     LogFlowFunc(("uPercentage=%RU32, uState=%ld, rcOp=%Rrc\n",
     374    LogFlowFunc(("uPercentage=%RU32, uState=%RU32, rcOp=%Rrc\n",
    375375                 uPercentage, uState, rcOp));
    376376
     
    438438#else
    439439    AssertMsg(m_cbDataCurrent <= m_cbDataTotal,
    440               ("More data transferred (%RU32) than initially announced (%RU32)\n",
    441               m_cbDataCurrent, m_cbDataTotal));
     440              ("More data transferred (%zu) than initially announced (%zu), cbDataAdd=%zu\n",
     441              m_cbDataCurrent, m_cbDataTotal, cbDataAdd));
    442442#endif
    443443    int rc = setProgress(cPercentage, uStatus);
     
    449449        rc = setProgress(100, DragAndDropSvc::DND_PROGRESS_CANCELLED);
    450450
     451    LogFlowFuncLeaveRC(rc);
    451452    return rc;
    452453}
     
    10971098    AssertReturn(cbPath, VERR_INVALID_PARAMETER);
    10981099
    1099     LogFlowFunc(("strDir=%s, cbPath=%zu, fMode=0x%x\n",
     1100    LogFlowFunc(("pszPath=%s, cbPath=%zu, fMode=0x%x\n",
    11001101                 pszPath, cbPath, fMode));
    11011102
     
    11251126    AssertReturn(cbPath, VERR_INVALID_PARAMETER);
    11261127
    1127     LogFlowFunc(("strFile=%s, cbPath=%zu, fMode=0x%x\n",
     1128    LogFlowFunc(("pszPath=%s, cbPath=%zu, fMode=0x%x\n",
    11281129                 pszPath, cbPath, fMode));
    11291130
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