VirtualBox

Changeset 27323 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 12, 2010 11:19:34 AM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Print bandwidth limit in the release log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp

    r27299 r27323  
    526526        pBwMgr->cbVMTransferAllowed = pBwMgr->cbVMTransferPerSecStart;
    527527        pBwMgr->tsUpdatedLast       = RTTimeSystemNanoTS();
     528
     529        if (pBwMgr->cbVMTransferPerSecMax != UINT32_MAX)
     530            LogRel(("AIOMgr: I/O bandwidth limited to %u bytes/sec\n", pBwMgr->cbVMTransferPerSecMax));
     531        else
     532            LogRel(("AIOMgr: I/O bandwidth not limited\n"));
    528533
    529534        *ppBwMgr = pBwMgr;
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