fjpanag commented on code in PR #1713: URL: https://github.com/apache/nuttx-apps/pull/1713#discussion_r1172774118
########## system/critmon/critmon.c: ########## @@ -189,10 +186,8 @@ static int critmon_process_directory(FAR struct dirent *entryp) entryp->d_name); if (ret < 0 || filepath == NULL) { - errcode = errno; fprintf(stderr, "Csection Monitor: " - "Failed to create path to Csection file: %d\n", - errcode); + "Failed to create path to Csection 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