From 523e46f41aca7bdb05e07e44e2023c3c4ffce16b Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 12 Oct 2012 10:15:43 +0200 Subject: Change log env vars to XKB_LOG_LEVEL/VERBOSITY A bit more consistent and descriptive. Signed-off-by: Ran Benita --- test/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/log.c b/test/log.c index ac32867..08de3d8 100644 --- a/test/log.c +++ b/test/log.c @@ -70,9 +70,9 @@ main(void) struct xkb_context *ctx; int ret; - ret = setenv("XKB_LOG", "warn", 1); + ret = setenv("XKB_LOG_LEVEL", "warn", 1); assert(ret == 0); - ret = setenv("XKB_VERBOSITY", "5", 1); + ret = setenv("XKB_LOG_VERBOSITY", "5", 1); assert(ret == 0); ctx = xkb_context_new(0); assert(ctx); -- cgit v1.2.3