diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-12-30 11:04:33 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-12-30 11:04:33 +1100 |
| commit | f2198867538bec387bd54db8dc0ddca8b4a20e60 (patch) | |
| tree | a2ad6645d6866b281c93c09531423a6107d93297 /src/tangara/dev_console/console.cpp | |
| parent | dac29bf98632bb4450932b06e12328af48f1bb9e (diff) | |
| parent | ff87c9217577783b60ee4cf466a3c59777a2fc40 (diff) | |
| download | tangara-fw-f2198867538bec387bd54db8dc0ddca8b4a20e60.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
Diffstat (limited to 'src/tangara/dev_console/console.cpp')
| -rw-r--r-- | src/tangara/dev_console/console.cpp | 3 |
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}; |
