From 37aa2132e5c78e227841d9e5d67996dec5979ce3 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 20 Aug 2018 21:31:13 +1000 Subject: [PATCH] Make it clear up front that SDLOG is a bitmask --- src/modules/logger/params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/logger/params.c b/src/modules/logger/params.c index b0a1ded824..9e11390064 100644 --- a/src/modules/logger/params.c +++ b/src/modules/logger/params.c @@ -67,9 +67,9 @@ PARAM_DEFINE_INT32(SDLOG_UTC_OFFSET, 0); PARAM_DEFINE_INT32(SDLOG_MODE, 0); /** - * Logging Topic Profile + * Logging topic profile (integer bitmask). * - * This is an integer bitmask controlling the set and rates of logged topics. + * This integer bitmask controls the set and rates of logged topics. * The default allows for general log analysis and estimator replay, while * keeping the log file size reasonably small. *