Changeset 34237 in vbox for trunk/src/VBox/Main/VirtualBoxBase.cpp
- Timestamp:
- Nov 22, 2010 1:24:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxBase.cpp
r33708 r34237 314 314 315 315 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", 317 318 aResultCode, 318 319 aResultCode,
Note:
See TracChangeset
for help on using the changeset viewer.