You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "anchao (via GitHub)" <gi...@apache.org> on 2023/01/30 08:06:49 UTC

[GitHub] [nuttx] anchao opened a new pull request, #8348: sim/rpserver/rpproxy: remove colon from syslog prefix

anchao opened a new pull request, #8348:
URL: https://github.com/apache/nuttx/pull/8348

   ## Summary
   
   sim/rpserver/rpproxy: remove colon from syslog prefix
   
   Before:
   ```
   [server: ] show_tasks:    PID   PRI    STACKBASE STACKSIZE   COMMAND
   [server: ] dump_task:      0      0   0xfff8e088     69600   Idle Task
   ```
   
   After:
   ```
   [server] show_tasks:    PID   PRI    STACKBASE STACKSIZE   COMMAND
   [server] dump_task:      0      0   0xff870c58     69600   Idle Task
   ```
   
   Signed-off-by: chao an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   syslog test


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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8348: sim/rpserver/rpproxy: remove colon from syslog prefix

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8348:
URL: https://github.com/apache/nuttx/pull/8348


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