From: John Wolfe Date: Tue, 22 Sep 2020 21:54:06 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3267a1eb6964a4bb35806d1a117531b3a4119c9d;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 352d76d21..0b3a886c1 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -42,7 +42,7 @@ extern "C" { * By default, the Log Facility will output any entry which is submitted at * level VMW_LOG_WARNING and below to the "standard error". This may be * controlled via Log_SetStderrLevel (see function header) or configuration - * parameter (see comments in log.c). + * parameter (see comments in logFacility.c). * * 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 @@ -74,7 +74,12 @@ typedef enum { VMW_LOG_DEBUG_07 = 15, VMW_LOG_DEBUG_08 = 16, VMW_LOG_DEBUG_09 = 17, - VMW_LOG_DEBUG_10 = 18, // Noisiest level + VMW_LOG_DEBUG_10 = 18, + VMW_LOG_DEBUG_11 = 19, + VMW_LOG_DEBUG_12 = 20, + VMW_LOG_DEBUG_13 = 21, + VMW_LOG_DEBUG_14 = 22, + VMW_LOG_DEBUG_15 = 23, // Noisiest level } VmwLogLevel; #if defined(VMX86_DEBUG) || defined(VMX86_DEVEL)