VirtualBox

Ignore:
Timestamp:
Jun 23, 2010 10:38:40 AM (14 years ago)
Author:
vboxsync
Message:

burn fix

File:
1 edited

Legend:

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

    r30385 r30386  
    24242424            RTFSTYPE enmFsTypeSnap = RTFSTYPE_UNKNOWN;
    24252425            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);
    24272427            /* Ignore the error code. On error, the file system type is still 'unknown' so
    24282428             * none of the following pathes is taken. This can happen for new VMs which
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