VirtualBox

Changeset 31339 in vbox for trunk/src/VBox/VMM/VM.cpp


Ignore:
Timestamp:
Aug 3, 2010 2:17:06 PM (14 years ago)
Author:
vboxsync
Message:

Logging

File:
1 edited

Legend:

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

    r31331 r31339  
    41154115{
    41164116    AssertReturn(ulCpuPriority > 0 && ulCpuPriority <= 100, VERR_INVALID_PARAMETER);
     4117
     4118    Log(("VMR3SetCpuPriority: new priority = %d\n", ulCpuPriority));
    41174119    /* Note: not called from EMT. */
    41184120    pVM->uCpuPriority = ulCpuPriority;
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