VirtualBox

Changeset 107808 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 16, 2025 10:35:41 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166961
Message:

VMM/testcase/tstSSM-2.cpp: Print error message when writing the SSM unit failed, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstSSM-2.cpp

    r106061 r107808  
    6565                    size_t cbWritten;
    6666                    rc = RTFileWrite(hFile, &u8, sizeof(u8), &cbWritten);
     67                    if (RT_FAILURE(rc))
     68                        RTPrintf("Writing unit '%s' to '%s' failed with %Rrc\n",
     69                                 pszUnitname, pszOutputFilename, rc);
    6770                    cbUnit++;
    6871                }
Note: See TracChangeset for help on using the changeset viewer.

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