From fdc1434cb0d0f3121fed2849315048dbf23ee4f0 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Mon, 11 Nov 2019 18:12:23 -0800 Subject: [PATCH] More LOG() calls changed to variadic form. --- open-vm-tools/lib/auth/authPosix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/open-vm-tools/lib/auth/authPosix.c b/open-vm-tools/lib/auth/authPosix.c index d8d2162ed..38aacc639 100644 --- a/open-vm-tools/lib/auth/authPosix.c +++ b/open-vm-tools/lib/auth/authPosix.c @@ -46,6 +46,7 @@ #endif #define LOGLEVEL_MODULE auth +#define LOGLEVEL_VARIADIC #include "loglevel_user.h" typedef struct { -- 2.47.3