From 6470c171fb12d6c5d53773c6e5d9765ed5a54426 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 6 Sep 2017 15:29:10 -0400 Subject: [PATCH] CONTRIBUTING.adoc: add step to add env. var. name to cli/babeltrace.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- CONTRIBUTING.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 1695e97c..f18f9b06 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -653,6 +653,9 @@ log level symbol. . Include the `logging.c` and `logging.h` in the `_SOURCES` variable of your module's object in your module's root `Makefile.am`. +. Add the log level initializing environment variable name to the + `log_level_env_var_names` array in `cli/babeltrace.c`. + [[logging-instrument-source]] ==== Instrument a C source file -- 2.34.1