- Timestamp:
- Sep 25, 2013 7:41:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r48538 r48667 767 767 Bstr osTypeId; 768 768 hrc = pMachine->COMGETTER(OSTypeId)(osTypeId.asOutParam()); H(); 769 LogRel((" OS type: '%s'\n", Utf8Str(osTypeId).c_str()));769 LogRel(("Guest OS type: '%s'\n", Utf8Str(osTypeId).c_str())); 770 770 771 771 BOOL fIOAPIC;
Note:
See TracChangeset
for help on using the changeset viewer.