From: VMware, Inc <> Date: Thu, 24 Feb 2011 21:39:56 +0000 (-0800) Subject: Remove PCPU log message X-Git-Tag: 2011.02.23-368700~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95fff42e8a3efbd82117dd3698083829158e973b;p=thirdparty%2Fopen-vm-tools.git Remove PCPU log message Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/misc/hostinfo.c b/open-vm-tools/lib/misc/hostinfo.c index 274527f9d..ccd3b4940 100644 --- a/open-vm-tools/lib/misc/hostinfo.c +++ b/open-vm-tools/lib/misc/hostinfo.c @@ -359,10 +359,6 @@ Hostinfo_GetCpuid(HostinfoCpuIdInfo *info) // OUT info->numCores = 1; } - Log(LGPFX" This machine has %u physical CPUS, %u total cores, and %u " - "logical CPUs.\n", info->numPhysCPUs, info->numCores, - info->numLogCPUs); - /* * Pull out versioning and feature information. */