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 2022/07/18 07:29:42 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1220: Add printflike to all printf like functions

pkarashchenko commented on code in PR #1220:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923040660


##########
nshlib/nsh_netcmds.c:
##########
@@ -377,8 +377,8 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t callback,
   if (dir == NULL)
     {
       nsh_error(vtbl,
-                "nsh: %s: Could not open %s/net (is procfs mounted?): %d\n",
-                cmd, CONFIG_NSH_PROC_MOUNTPOINT, NSH_ERRNO);

Review Comment:
   Why printing of NSH_ERRNO is removed?



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