fjpanag commented on code in PR #1713: URL: https://github.com/apache/nuttx-apps/pull/1713#discussion_r1172774609
########## system/stackmonitor/stackmonitor.c: ########## @@ -136,11 +135,9 @@ static int stkmon_process_directory(FAR struct dirent *entryp) entryp->d_name); if (ret < 0 || filepath == NULL) { - errcode = errno; fprintf(stderr, - "Stack Monitor: Failed to create path to status file: %d\n", - errcode); - return -errcode; + "Stack Monitor: Failed to create path to status file\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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org