mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-24 12:22:20 +00:00
cpu: Improve debug message in virCPUGetVendorForModel
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
d71a5f67a0
commit
bff05a4504
@ -936,7 +936,7 @@ virCPUGetVendorForModel(virArch arch,
|
||||
{
|
||||
struct cpuArchDriver *driver;
|
||||
|
||||
VIR_DEBUG("arch=%s", virArchToString(arch));
|
||||
VIR_DEBUG("arch=%s model=%s", virArchToString(arch), model);
|
||||
|
||||
if (!(driver = cpuGetSubDriver(arch)))
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user