summaryrefslogtreecommitdiff
path: root/src/tangara/dev_console
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/dev_console')
-rw-r--r--src/tangara/dev_console/console.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tangara/dev_console/console.cpp b/src/tangara/dev_console/console.cpp
index bc3a7aca..d902c176 100644
--- a/src/tangara/dev_console/console.cpp
+++ b/src/tangara/dev_console/console.cpp
@@ -73,7 +73,8 @@ void RegisterLogLevel() {
.command = "loglevel",
.help =
"Sets the log level to one of \"VERBOSE\", \"DEBUG\", \"INFO\", "
- "\"WARN\", \"ERROR\", \"NONE\"",
+ "\"WARN\", \"ERROR\", \"NONE\". NOTE: Some log levels aren't available "
+ "on release builds.",
.hint = "level",
.func = &CmdLogLevel,
.argtable = NULL};