From: VMware, Inc <> Date: Mon, 21 Nov 2011 23:18:05 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.11.20-535097~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e4eb41ace7bb63066ebcfc4af295d6b46b6d3af;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index df71e210c..574ba592c 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -54,7 +54,8 @@ #define VMW_LOG_DEBUG_09 (VMW_LOG_DEBUG_00 + 9) #define VMW_LOG_DEBUG_10 (VMW_LOG_DEBUG_00 + 10) // lowest priority; least noisy -#define VMW_LOG_NO_ROUTE 0x80000000 // Force routing to Log +#define VMW_LOG_NO_ROUTE 0x80000000 // Force routing to Log +#define VMW_LOG_NO_ROUTE_STDERR 0x40000000 // Allow stderr on suitable msgs void LogV(uint32 routing, const char *fmt,