]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 5 Apr 2021 16:01:43 +0000 (09:01 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 5 Apr 2021 16:01:43 +0000 (09:01 -0700)
open-vm-tools/lib/include/log.h

index b223e0dcf5dbfd65e922ef1a9ddac4a13f627b68..4a7836e8e8151a23c747ec27784cc87450e20811 100644 (file)
@@ -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".
  */