]> 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>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
open-vm-tools/lib/include/log.h

index 702d937b5da8d93cda484cf1ea571c6e51a79313..bc71943d9682b7bad60ef27f61db40ba202c428e 100644 (file)
@@ -446,7 +446,7 @@ Bool
 Log_Outputting(void);
 
 Bool
-Log_IsRoutingEnabled(uint32 routing);
+Log_IsEnabled(uint32 routing);
 
 const char *
 Log_GetFileName(void);
@@ -618,11 +618,11 @@ Log_LoadModuleFilters(struct CfgInterface *cfgIf);
 #define LogV_Module(level, ...) \
    LogV(LOG_ROUTING_BITS(level), __VA_ARGS__)
 
-#if defined(Log_IsRoutingEnabledModule)
-   #undef Log_IsRoutingEnabledModule
+#if defined(Log_IsEnabledModule)
+   #undef Log_IsEnabledModule
 #endif
 
-#define Log_IsRoutingEnabledModule(level) \
-   Log_IsRoutingEnabled(LOG_ROUTING_BITS(level))
+#define Log_IsEnabledModule(level) \
+   Log_IsEnabled(LOG_ROUTING_BITS(level))