mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 15:49:04 +02:00
fix logged
This commit is contained in:
parent
243323a863
commit
b638f7c93d
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue