VirtualBox

Changeset 78401 in vbox for trunk/src


Ignore:
Timestamp:
May 6, 2019 6:35:27 PM (6 years ago)
Author:
vboxsync
Message:

Main/MediumImpl.cpp: Logging + review comment.

File:
1 edited

Legend:

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

    r78261 r78401  
    68596859{
    68606860    RT_NOREF(aTarget);
    6861     return (m->fMoveThisMedium == true) ? true:false;
     6861    return (m->fMoveThisMedium == true) ? true:false; /** @todo r=bird: this is not an obfuscation contest! */
    68626862}
    68636863
     
    94809480HRESULT Medium::i_taskMoveHandler(Medium::MoveTask &task)
    94819481{
    9482 
     9482    LogFlowFuncEnter();
    94839483    HRESULT rcOut = S_OK;
    94849484
     
    94989498                              tr("Wrong preconditions for moving the medium %s"),
    94999499                              pTarget->m->strLocationFull.c_str());
     9500        LogFlowFunc(("LEAVE: rc=%Rhrc (early)\n", rc));
    95009501        return rc;
    95019502    }
     
    96319632    if (task.NotifyAboutChanges() && SUCCEEDED(mrc))
    96329633        m->pVirtualBox->i_onMediumConfigChanged(this);
     9634
     9635    LogFlowFunc(("LEAVE: mrc=%Rhrc\n", mrc));
    96339636    return mrc;
    96349637}
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