diff --git a/migration/rdma.c b/migration/rdma.c index 025523bf701f418eeca17d8047e4ff8223abd85f..9d5b3b76eb6c724429e4fadfed43ba4ee6a3f704 100644 --- a/migration/rdma.c +++ b/migration/rdma.c @@ -2375,9 +2375,9 @@ static void qemu_rdma_cleanup(RDMAContext *rdma) .type = RDMA_CONTROL_ERROR, .repeat = 1, }; - error_report("Early error. Sending error."); + warn_report("Early error. Sending error."); if (qemu_rdma_post_send_control(rdma, NULL, &head, &err) < 0) { - error_report_err(err); + warn_report_err(err); } }