mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-15 21:19:47 +00:00
fix logged
This commit is contained in:
@@ -811,7 +811,7 @@ void Device::ReportLoss() const {
|
||||
if (vendor_info.size() > 0) {
|
||||
s += "vendor-info\n";
|
||||
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) {
|
||||
s += "vendor-binary-data\n";
|
||||
|
||||
Reference in New Issue
Block a user