VirtualBox

Changeset 71562 in vbox for trunk/src


Ignore:
Timestamp:
Mar 29, 2018 11:10:12 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Logging.

File:
1 edited

Legend:

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

    r71533 r71562  
    284284    RTMSINTERVAL msTimeout = 30 * 1000; /** @todo 30s timeout for all actions. Make this configurable? */
    285285
     286    LogFlowFunc(("strSource=%s, strDest=%s, fCopyFlags=0x%x, cbOff=%RU64, cbSize=%RU64\n",
     287                 strSource.c_str(), strDest.c_str(), enmFileCopyFlags, cbOffset, cbSize));
     288
    286289    /*
    287290     * Note: There will be races between querying file size + reading the guest file's
     
    523526    }
    524527
     528    LogFlowFuncLeaveRC(rc);
    525529    return rc;
    526530}
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