log: add 'cDo' to simple log line
This commit is contained in:
parent
3c5fc76d1d
commit
62496e12c1
@ -80,7 +80,7 @@ static void create_log_line_simple(const char * _status,
|
||||
va_end(args);
|
||||
char buffer [LOG_BUFFER_MAX_CAP] = {0};
|
||||
int buffer_len = snprintf(buffer, LOG_BUFFER_MAX_CAP,
|
||||
"[%s] %.*s\n",
|
||||
"cDo: [%s] %.*s\n",
|
||||
_status,
|
||||
message_len,
|
||||
message);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user