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 2020/02/24 03:33:54 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #366: Refine syslog

xiaoxiang781216 opened a new pull request #366: Refine syslog
URL: https://github.com/apache/incubator-nuttx/pull/366
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #366: Refine syslog

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #366: Refine syslog
URL: https://github.com/apache/incubator-nuttx/pull/366#issuecomment-591414813
 
 
   @juniskane, your config enable CONFIG_SYSLOG_FILE and trigger this error, I will provide a patch fix this soon.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] juniskane commented on issue #366: Refine syslog

Posted by GitBox <gi...@apache.org>.
juniskane commented on issue #366: Refine syslog
URL: https://github.com/apache/incubator-nuttx/pull/366#issuecomment-591394624
 
 
   Commit 116e5c3 in this PR causes a build failure:
   
   syslog/syslog_filechannel.c: In function 'syslog_file_channel':
   syslog/syslog_filechannel.c:155:25: error: 'g_default_channel' undeclared (first use in this function); did you mean 'g_syslog_channel'?
      ret = syslog_channel(&g_default_channel);
                            ^~~~~~~~~~~~~~~~~
                            g_syslog_channel
   syslog/syslog_filechannel.c:155:25: note: each undeclared identifier is reported only once for each function it appears in
   Makefile:126: recipe for target 'syslog_filechannel.o' failed
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo merged pull request #366: Refine syslog

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #366: Refine syslog
URL: https://github.com/apache/incubator-nuttx/pull/366
 
 
   

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


With regards,
Apache Git Services