VirtualBox

Changeset 47827 in vbox


Ignore:
Timestamp:
Aug 18, 2013 12:00:44 AM (11 years ago)
Author:
vboxsync
Message:

Missed one RTLogCom call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r47826 r47827  
    248248#else  /* !IN_RING0 */
    249249# if !defined(IN_RING3) && !defined(LOG_NO_COM)
     250#  if 0 /* Enable this iff you have a COM port and really want this debug info. */
    250251        va_copy(vaCopy, va);
    251252        RTLogComPrintfV(pszFormat, vaCopy);
    252253        va_end(vaCopy);
     254#  endif
    253255# endif
    254256
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