From: John Wolfe Date: Mon, 5 Apr 2021 16:01:43 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6744a874786f5a890e641fb94f2d048fc39e69;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index b223e0dcf..4a7836e8e 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -47,6 +47,7 @@ extern "C" { * * Configuration for field engineers is documented at * https://wiki.eng.vmware.com/PILogFacility + * * For full details on configurable parameters and their semantics, * use the source, Luke -- starting at lib/log/logFacility.c * @@ -101,6 +102,7 @@ extern "C" { * This affords another degree of freedom in filtering. * * To use the module parameter: + * * (0) The module identifier must already exist, or be invented and defined, * in public/loglevel_userVars.h * @@ -157,7 +159,7 @@ extern "C" { * filter levels. The default module filter level is none (VMW_LOG_AUDIT) * i.e. module filters by default discard all events (just like LOG()). * -* Regardless of what level of filtering is specified, the VMW_LOG_AUDIT + * Regardless of what level of filtering is specified, the VMW_LOG_AUDIT * level is used to log something that requires an audit at a later date. * It is *ALWAYS* logged and *NEVER* outputs to the "standard error". */