Skip to content

Commit ea5b51a

Browse files
committed
prov/efa: Add missing newline in the cq logging
Signed-off-by: Shi Jin <sjina@amazon.com>
1 parent d4129b7 commit ea5b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/efa/src/efa_data_path_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ static inline void efa_cq_report_poll_err(struct efa_ibv_cq *cq)
473473
int err = cq->poll_err;
474474

475475
if (err && err != ENOENT)
476-
EFA_INFO(FI_LOG_CQ, "Ignoring CQ entries from destroyed queue pair");
476+
EFA_INFO(FI_LOG_CQ, "Ignoring CQ entries from destroyed queue pair\n");
477477
}
478478

479479
static inline void efa_cq_start_poll(struct efa_ibv_cq *cq)

0 commit comments

Comments
 (0)