From: Philippe Proulx Date: Wed, 6 Sep 2017 19:29:10 +0000 (-0400) Subject: CONTRIBUTING.adoc: add step to add env. var. name to cli/babeltrace.c X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=6470c171fb12d6c5d53773c6e5d9765ed5a54426 CONTRIBUTING.adoc: add step to add env. var. name to cli/babeltrace.c Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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