- Timestamp:
- Jun 8, 2009 8:40:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r20220 r20382 4220 4220 ULONG uLogHistoryCount = 3; 4221 4221 systemProperties->COMGETTER(LogHistoryCount)(&uLogHistoryCount); 4222 ComPtr <IHost> host; 4223 virtualBox->COMGETTER(Host)(host.asOutParam()); 4224 ULONG uHostMemoryMB; 4225 host->COMGETTER(MemorySize)(&uHostMemoryMB); 4222 4226 if (uLogHistoryCount) 4223 4227 { … … 4278 4282 if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW) 4279 4283 RTLogRelLogger(loggerRelease, 0, ~0U, "OS Service Pack: %s\n", szTmp); 4284 RTLogRelLogger(loggerRelease, 0, ~0U, "Host RAM: %uMB\n", uHostMemoryMB); 4280 4285 /* the package type is interesting for Linux distributions */ 4281 4286 char szExecName[RTPATH_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.