VirtualBox

Changeset 105659 in vbox for trunk


Ignore:
Timestamp:
Aug 13, 2024 10:47:26 AM (5 months ago)
Author:
vboxsync
Message:

Main: Add possibility to save the NVRAM file as a directory tree instead of a tar archive for easier access to the individual components [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp

    r105658 r105659  
    10611061    if (RT_FAILURE(vrc))
    10621062    {
    1063         LogRel(("Failed to delete existing NVRAM store '%s': %Rrc\n", vrc));
     1063        LogRel(("Failed to delete existing NVRAM store '%s': %Rrc\n", pszPath, vrc));
    10641064        return vrc;
    10651065    }
     
    11441144            int vrc2 = RTDirRemoveRecursive(pszPath, RTDIRRMREC_F_CONTENT_AND_DIR);
    11451145            if (RT_FAILURE(vrc2))
    1146                 LogRel(("Cleaning up NVRAM store '%s' failed with %Rrc (after creation failed with %Rrc)\n", vrc2, vrc));
     1146                LogRel(("Cleaning up NVRAM store '%s' failed with %Rrc (after creation failed with %Rrc)\n", pszPath,   vrc2, vrc));
    11471147        }
    11481148    }
     
    12641264                throw hrc;
    12651265
    1266             bool fSaveAsDir = fSaveAsDir = bstrValue == "1";
     1266            bool fSaveAsDir = bstrValue == "1";
    12671267
    12681268            if (fSaveAsDir)
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