VirtualBox

Changeset 86034 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 6, 2020 8:37:06 AM (4 years ago)
Author:
vboxsync
Message:

Devices/DevQemuFwCfg: Add device emulation implementing QEMUs firmware configuration interface [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp

    r86033 r86034  
    322322        }
    323323        else
    324             LogRel(("QemuFwCfg: Failed to open file \"%s\" -> %Rrc\n", pszFilePath));
     324            LogRel(("QemuFwCfg: Failed to open file \"%s\" -> %Rrc\n", pszFilePath, rc));
    325325        MMR3HeapFree(pszFilePath);
    326326    }
     
    404404        }
    405405        else
    406             LogRel(("QemuFwCfg: Failed to open file \"%s\" -> %Rrc\n", pszFilePath));
     406            LogRel(("QemuFwCfg: Failed to open file \"%s\" -> %Rrc\n", pszFilePath, rc));
    407407        MMR3HeapFree(pszFilePath);
    408408    }
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