xiaoxiang781216 commented on code in PR #8012: URL: https://github.com/apache/nuttx/pull/8012#discussion_r1059480197
########## drivers/syslog/vsyslog.c: ########## @@ -67,6 +67,8 @@ static FAR const char * g_priority_str[] = int nx_vsyslog(int priority, FAR const IPTR char *fmt, FAR va_list *ap) { struct lib_syslogstream_s stream; + char buffer[128]; Review Comment: let's use a macro -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org