VirtualBox

Changeset 4929

Show
Ignore:
Timestamp:
09/20/07 15:25:15 (1 year ago)
Author:
vboxsync
Message:

Removed incorrect log flush

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r4923 r4929  
    911911 
    912912 
    913 void R0LogFlush(void) 
    914 { 
    915     vmmR0LoggerFlush(RTLogDefaultInstance()); 
    916 } 
    917  
    918  
    919913#ifdef DEBUG_NO_RING0_ASSERTIONS 
    920914/** 
     
    981975        RTLogFormatV(rtLogOutput, pLog, pszFormat, args); 
    982976        va_end(args); 
    983         R0LogFlush(); 
    984     } 
    985 
     977    } 
     978

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy