mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Improved styling of error messages in CLI.
This commit is contained in:
parent
5f5f469c2a
commit
5eb890cb66
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ void cliPrintLinef(const char *format, ...)
|
||||||
static void cliPrintErrorVa(const char *cmdName, const char *format, va_list va)
|
static void cliPrintErrorVa(const char *cmdName, const char *format, va_list va)
|
||||||
{
|
{
|
||||||
if (cliErrorWriter) {
|
if (cliErrorWriter) {
|
||||||
cliPrintInternal(cliErrorWriter, "###ERROR: ");
|
cliPrintInternal(cliErrorWriter, "###ERROR IN ");
|
||||||
cliPrintInternal(cliErrorWriter, cmdName);
|
cliPrintInternal(cliErrorWriter, cmdName);
|
||||||
cliPrintInternal(cliErrorWriter, ": ");
|
cliPrintInternal(cliErrorWriter, ": ");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue