Changeset 26177 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Feb 2, 2010 10:29:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57194
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/SupportErrorInfo.cpp
r25149 r26177 108 108 bool preserve = ((uintptr_t) RTTlsGet (MultiResult::sCounter)) > 0; 109 109 110 LogRel(("ERROR [COM]: aRC=%#08x aIID={% Vuuid} aComponent={%s} aText={%s} aWarning=%RTbool, aInfo=%p, preserve=%RTbool\n",110 LogRel(("ERROR [COM]: aRC=%#08x aIID={%RTuuid} aComponent={%s} aText={%s} aWarning=%RTbool, aInfo=%p, preserve=%RTbool\n", 111 111 aResultCode, 112 112 aIID,
Note:
See TracChangeset
for help on using the changeset viewer.