wslog: Rename environment vars to according to our conventions

This commit is contained in:
João Valverde 2021-06-11 18:46:06 +01:00
parent b20c8a6029
commit 700d8e34db
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
#define PREFIX_BUFSIZE 128
#define _ENV_LEVEL "WS_LOG_LEVEL"
#define _ENV_DOMAINS "WS_LOG_DOMAINS"
#define _ENV_LEVEL "WIRESHARK_LOG_LEVEL"
#define _ENV_DOMAINS "WIRESHARK_LOG_DOMAINS"
/* TODO: Add filtering by domain. */