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/26 12:10:55 UTC

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

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