We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4129b7 commit ea5b51aCopy full SHA for ea5b51a
prov/efa/src/efa_data_path_ops.h
@@ -473,7 +473,7 @@ static inline void efa_cq_report_poll_err(struct efa_ibv_cq *cq)
473
int err = cq->poll_err;
474
475
if (err && err != ENOENT)
476
- EFA_INFO(FI_LOG_CQ, "Ignoring CQ entries from destroyed queue pair");
+ EFA_INFO(FI_LOG_CQ, "Ignoring CQ entries from destroyed queue pair\n");
477
}
478
479
static inline void efa_cq_start_poll(struct efa_ibv_cq *cq)
0 commit comments