cederom commented on code in PR #2675:
URL: https://github.com/apache/nuttx-apps/pull/2675#discussion_r1795707008


##########
system/nxcodec/nxcodec.c:
##########
@@ -60,20 +60,27 @@ static int nxcodec_prepare_contexts(FAR nxcodec_t *codec)
   ret = ioctl(codec->fd, VIDIOC_QUERYCAP, &cap);
   if (ret < 0)
     {
+      printf("nxcodec VIDIOC_QUERYCAP error: %d\n", errno);

Review Comment:
   why printf and not logging? printf cannot be controlled.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to