VirtualBox

Changeset 30450 in vbox


Ignore:
Timestamp:
Jun 25, 2010 12:49:51 PM (15 years ago)
Author:
vboxsync
Message:

Main: log the file system of attached disk images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r30386 r30450  
    24292429             * still don't have a snapshot folder. */
    24302430            (void)RTFsQueryType(utfSnap.c_str(), &enmFsTypeSnap);
     2431            LogRel(("File system of '%s' is %s\n", utfFile.c_str(), RTFsTypeName(enmFsTypeFile)));
    24312432            ULONG64 u64Size;
    24322433            hrc = pMedium->COMGETTER(LogicalSize)(&u64Size);                            H();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette