From: John Wolfe Date: Tue, 24 Aug 2021 03:13:36 +0000 (-0700) Subject: Further refinement of the toolsDeployPkg.log file. X-Git-Tag: stable-12.0.0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fb3a9fb32ea465f965aa971bc40bdff8edc36f;p=thirdparty%2Fopen-vm-tools.git Further refinement of the toolsDeployPkg.log file. Modified the build info description with the module name instead of "imgcust" or "sysimage". --- diff --git a/open-vm-tools/libDeployPkg/linuxDeployment.c b/open-vm-tools/libDeployPkg/linuxDeployment.c index 91f958c9f..8f457333b 100644 --- a/open-vm-tools/libDeployPkg/linuxDeployment.c +++ b/open-vm-tools/libDeployPkg/linuxDeployment.c @@ -1882,8 +1882,14 @@ DeployPkg_DeployPackageFromFileEx(const char* file) DeployPkgStatus retStatus; #if !defined(OPEN_VM_TOOLS) && !defined(USERWORLD) - sLog(log_info, "Imgcust component Version: %s (%s)", + sLog(log_info, "libDeployPkg.so version: %s (%s)", SYSIMAGE_VERSION_EXT_STR, BUILD_NUMBER); +#else + /* + * For OPEN_VM_TOOLS and USERWORLD, the vmtoolsd version is logged in + * function DeployPkgDeployPkgInGuest from + * services/plugins/deployPkg/deployPkg.c + */ #endif sLog(log_info, "Initializing deployment module."); Init();