VirtualBox

Ignore:
Timestamp:
Nov 22, 2010 1:24:35 PM (14 years ago)
Author:
vboxsync
Message:

Main: Be a bit more obvious when logging warnings instead of errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxBase.cpp

    r33708 r34237  
    314314
    315315    if (aLogIt)
    316         LogRel(("ERROR [COM]: aRC=%Rhrc (%#08x) aIID={%RTuuid} aComponent={%s} aText={%s} aWarning=%RTbool, preserve=%RTbool\n",
     316        LogRel(("%s [COM]: aRC=%Rhrc (%#08x) aIID={%RTuuid} aComponent={%s} aText={%s}, preserve=%RTbool\n",
     317                aWarning ? "WARNING" : "ERROR",
    317318                aResultCode,
    318319                aResultCode,
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