Index: /trunk/src/VBox/Main/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 30449)
+++ /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 30450)
@@ -2429,4 +2429,5 @@
              * still don't have a snapshot folder. */
             (void)RTFsQueryType(utfSnap.c_str(), &enmFsTypeSnap);
+            LogRel(("File system of '%s' is %s\n", utfFile.c_str(), RTFsTypeName(enmFsTypeFile)));
             ULONG64 u64Size;
             hrc = pMedium->COMGETTER(LogicalSize)(&u64Size);                            H();
