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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org