Changeset 13837 in vbox for trunk/src/VBox/Runtime/r3/linux
- Timestamp:
- Nov 5, 2008 2:54:02 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp
r13836 r13837 586 586 587 587 #ifdef THREAD_LOGGING 588 LogFlow(("rtProcNativeSetPriority: returns % Vrc enmPriority=%d\n", rc, enmPriority));588 LogFlow(("rtProcNativeSetPriority: returns %Rrc enmPriority=%d\n", rc, enmPriority)); 589 589 rtSchedDumpPriority(); 590 590 #endif … … 626 626 { 627 627 rc = RTErrConvertFromErrno(errno); 628 AssertMsgFailed(("setpriority(,, %d) -> errno=%d rc=% Vrc\n", iPriority, errno, rc));628 AssertMsgFailed(("setpriority(,, %d) -> errno=%d rc=%Rrc\n", iPriority, errno, rc)); 629 629 rc = VINF_SUCCESS; //non-fatal for now. 630 630 }
Note:
See TracChangeset
for help on using the changeset viewer.