Changeset 30450 in vbox
- Timestamp:
- Jun 25, 2010 12:49:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r30386 r30450 2429 2429 * still don't have a snapshot folder. */ 2430 2430 (void)RTFsQueryType(utfSnap.c_str(), &enmFsTypeSnap); 2431 LogRel(("File system of '%s' is %s\n", utfFile.c_str(), RTFsTypeName(enmFsTypeFile))); 2431 2432 ULONG64 u64Size; 2432 2433 hrc = pMedium->COMGETTER(LogicalSize)(&u64Size); H();
Note:
See TracChangeset
for help on using the changeset viewer.