mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 19:07:34 +00:00
fix logged
This commit is contained in:
@@ -811,7 +811,7 @@ void Device::ReportLoss() const {
|
|||||||
if (vendor_info.size() > 0) {
|
if (vendor_info.size() > 0) {
|
||||||
s += "vendor-info\n";
|
s += "vendor-info\n";
|
||||||
for (auto const& vi : vendor_info)
|
for (auto const& vi : vendor_info)
|
||||||
s += fmt::format("{:#x}-{:#x}: {}\n", vi.vendorFaultCode, vi.vendorFaultCode, vi.description);
|
s += fmt::format("{:#x}-{:#x}: {}\n", vi.vendorFaultCode, vi.vendorFaultData, vi.description);
|
||||||
}
|
}
|
||||||
if (vendor_binary_data.size() > 0) {
|
if (vendor_binary_data.size() > 0) {
|
||||||
s += "vendor-binary-data\n";
|
s += "vendor-binary-data\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user