]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Further refinement of the toolsDeployPkg.log file.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 24 Aug 2021 03:13:36 +0000 (20:13 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 24 Aug 2021 03:13:36 +0000 (20:13 -0700)
Modified the build info description with the module name instead of
"imgcust" or "sysimage".

open-vm-tools/libDeployPkg/linuxDeployment.c

index 91f958c9f8afc8cdc26738f69b2b62da71e90924..8f457333bdad712cfbbf7dea29c5ad5663eedff6 100644 (file)
@@ -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();