The "Debug" message containing vendor string returned by the CPUID
instruction will appear on STDERR for stand-alone programs such
as vmware-checkvm.
* already detected that we are on a VMware hypervisor. See PR 1035346.
*/
hypervisorSig = Hostinfo_HypervisorCPUIDSig();
- Debug("%s: HypervisorCPUIDSig = \"%s\".\n", __FUNCTION__,
- hypervisorSig == NULL ? "NULL" : hypervisorSig);
if (hypervisorSig == NULL ||
Str_Strcmp(hypervisorSig, CPUID_VMWARE_HYPERVISOR_VENDOR_STRING) != 0) {
if (hypervisorSig != NULL) {