VirtualBox

Changeset 39057 in vbox


Ignore:
Timestamp:
Oct 20, 2011 2:09:18 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74479
Message:

VMM: Use the RTLogFlushR0 for R0 logger (see #5771)

File:
1 edited

Legend:

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

    r38845 r39057  
    722722        if (    pVCpu->vmm.s.pR0LoggerR3
    723723            &&  pVCpu->vmm.s.pR0LoggerR3->Logger.offScratch > 0)
    724             RTLogFlushToLogger(&pVCpu->vmm.s.pR0LoggerR3->Logger, NULL);
     724            RTLogFlushR0(NULL, &pVCpu->vmm.s.pR0LoggerR3->Logger);
    725725#endif
    726726        if (rc != VINF_VMM_CALL_HOST)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette