Changeset 30386 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Jun 23, 2010 10:38:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r30385 r30386 2424 2424 RTFSTYPE enmFsTypeSnap = RTFSTYPE_UNKNOWN; 2425 2425 int rc2 = RTFsQueryType(utfFile.c_str(), &enmFsTypeFile); 2426 AssertMsgRCReturn(rc2, "Querying the file type of '%s' failed!\n", rc2);2426 AssertMsgRCReturn(rc2, ("Querying the file type of '%s' failed!\n", utfFile.c_str()), rc2); 2427 2427 /* Ignore the error code. On error, the file system type is still 'unknown' so 2428 2428 * none of the following pathes is taken. This can happen for new VMs which
Note:
See TracChangeset
for help on using the changeset viewer.