This commit is contained in:
luwenpeng
2023-05-30 20:08:26 +08:00
parent f32535e557
commit 5af89ccc93
2 changed files with 3 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ int io_uring_peek_ready_entrys(struct io_uring_instance *instance)
struct io_uring_cqe *cqe = cqes[i];
if (cqe == NULL || (void *)cqe->user_data == NULL)
{
TFE_LOG_ERROR(g_default_logger, "IO_URING: unable to get io_uring cqe, null is return");
// TFE_LOG_ERROR(g_default_logger, "IO_URING: unable to get io_uring cqe, null is return");
continue;
}