From: John Wolfe Date: Tue, 7 Jun 2022 16:52:42 +0000 (-0700) Subject: Log Facility: Improve wording of group level messages and filtering. X-Git-Tag: stable-12.1.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f78b84aeedab75e3614bfdda9fe5fd86268686e;p=thirdparty%2Fopen-vm-tools.git Log Facility: Improve wording of group level messages and filtering. Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 71c187400..a27ee5340 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -121,9 +121,9 @@ extern "C" { * * LOG_ROUTING_BITS(level) * - * The group name is taken from the LOGLEVEL_MODULE define. The value of the - * define must be a string whose name exists in the group name definition - * file mentioned above. + * The group name is implicitly determined, by using the value of the + * LOGLEVEL_MODULE define. The value of the define is a name that exists in + * the group name definition file mentioned above. * * The LOGLEVEL_MODULE define must be placed before the include of "log.h". * @@ -135,7 +135,7 @@ extern "C" { * * LOG_ROUTINE_BITS_EX(name, value) * - * The group name is explicitly specified string. + * The group name is an explicitly specified parameter. * * These macros may be used in the following routines as the routing parameter: *