fjpanag commented on code in PR #1713: URL: https://github.com/apache/nuttx-apps/pull/1713#discussion_r1172775045
########## system/critmon/critmon.c: ########## @@ -326,10 +321,8 @@ static void critmon_global_crit(void) CONFIG_SYSTEM_CRITMONITOR_MOUNTPOINT "/critmon"); 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