You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/10 22:02:13 UTC

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #3020: syslog: add option to prefix process name

v01d commented on a change in pull request #3020:
URL: https://github.com/apache/incubator-nuttx/pull/3020#discussion_r591904317



##########
File path: drivers/syslog/vsyslog.c
##########
@@ -212,6 +213,15 @@ int nx_vsyslog(int priority, FAR const IPTR char *fmt, FAR va_list *ap)
   ret += lib_sprintf(&stream.public, "%s", CONFIG_SYSLOG_PREFIX_STRING);
 #endif
 
+#if CONFIG_TASK_NAME_SIZE > 0 && defined(CONFIG_SYSLOG_PROCESS_NAME)
+  /* Pre-pend the Process ID */

Review comment:
       Done




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org