acassis commented on PR #16977:
URL: https://github.com/apache/nuttx/pull/16977#issuecomment-3266320050

   > <img alt="image" width="1347" height="682" 
src="https://private-user-images.githubusercontent.com/758493/486770034-1a4a6762-b13a-4663-8121-910f7ca24ead.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTczMzgxMjMsIm5iZiI6MTc1NzMzNzgyMywicGF0aCI6Ii83NTg0OTMvNDg2NzcwMDM0LTFhNGE2NzYyLWIxM2EtNDY2My04MTIxLTkxMGY3Y2EyNGVhZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwOTA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDkwOFQxMzIzNDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05Y2U3ZmIwODA1YTM3MzI3MTQzMzUzMWIyZWJmOTE0NDA4YjljNDJkYjEwYmZmZGM3OTMzM2FhMzhiYmE0Mjk1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fF0c3h1ChX2FjdbnY9W7RwObZBCCWviDQSA_2J7jAF0";>
   > @acassis Actually this feature is very useful, you will see a lot of debug 
prints that are implemented specifically for each platform.
   
   But printk() is the default print function of Linux kernel, zephyr, etc... 
It will make confusion to someone starting developing with NuttX. It is better 
to use some existing and uniform function to do it. 
   
   If you don't want to modify the existing syslog, please rename this printk() 
to nxsyslog()


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to