From 30e8a14be3c842ee069d5eda6f2dc0007a54c90d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 21 Feb 2021 19:50:29 -0500 Subject: [PATCH] logger: update SDLOG_PROFILE comment to reflect current default - closes https://github.com/PX4/PX4-Autopilot/issues/16904 --- 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 0cbfb2c749..8220aa8fcf 100644 --- a/src/modules/logger/params.c +++ b/src/modules/logger/params.c @@ -108,8 +108,8 @@ PARAM_DEFINE_INT32(SDLOG_MISSION, 0); * Logging topic profile (integer bitmask). * * 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. + * The default allows for general log analysis while keeping the + * log file size reasonably small. * * Enabling multiple sets leads to higher bandwidth requirements and larger log * files.