Skip to content

Commit 71345c9

Browse files
authored
Fix debug message for Hypervisor Vendor Identity
1 parent 2cc0d26 commit 71345c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6610,7 +6610,7 @@ struct VM {
66106610
memcpy(&hypervisor_vid, buffer + 268, 8);
66116611

66126612
if (hypervisor_vid != 0) {
6613-
debug("FIRMWARE: FADT 'Hypervisor Vendor Identity' field is occupied");
6613+
debug("FIRMWARE: FACP 'Hypervisor Vendor Identity' field is occupied");
66146614
return true;
66156615
}
66166616
}

0 commit comments

Comments
 (0)