mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 23:47:03 +02:00
fix logged
This commit is contained in:
parent
79bce5fb03
commit
c7ce400d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue