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 2023/01/02 11:04:49 UTC

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8008: syslog: fix extra line breaks in syslog when SYSLOG_COLOR_OUTPUT is e…

Gary-Hobson commented on code in PR #8008:
URL: https://github.com/apache/nuttx/pull/8008#discussion_r1059966193


##########
libs/libc/stream/lib_syslogstream.c:
##########
@@ -218,11 +218,6 @@ void lib_syslogstream_close(FAR struct lib_syslogstream_s *stream)
 {
   DEBUGASSERT(stream != NULL);
 
-  if (stream->last_ch != '\n')

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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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