From d8f465ade3ffd332017dc367fea8df806348f2d0 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Fri, 15 Sep 2017 11:23:27 -0700 Subject: [PATCH] Change to shared header file unrelated to open-vm-tools. --- open-vm-tools/lib/include/loglevel_user.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/open-vm-tools/lib/include/loglevel_user.h b/open-vm-tools/lib/include/loglevel_user.h index 624a2c878..2c8611545 100644 --- a/open-vm-tools/lib/include/loglevel_user.h +++ b/open-vm-tools/lib/include/loglevel_user.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2016 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2017 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -311,7 +311,8 @@ LOGLEVEL_VAR(vmva), \ LOGLEVEL_VAR(udpfec), /* lib/udpfec */ \ LOGLEVEL_VAR(maclatency), \ - LOGLEVEL_VAR(tpm2emu) + LOGLEVEL_VAR(tpm2emu), \ + LOGLEVEL_VAR(nvramMgr) /* end of list */ -- 2.47.3