From eb1960aac1f5b2cad24de300bda2726d63700290 Mon Sep 17 00:00:00 2001 From: Li Zhijian Date: Tue, 6 Jul 2021 17:44:33 +0800 Subject: misc: Remove redundant new line in perror() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Li Zhijian Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20210706094433.1766952-1-lizhijian@cn.fujitsu.com> Signed-off-by: Laurent Vivier --- migration/rdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migration/rdma.c') diff --git a/migration/rdma.c b/migration/rdma.c index b6cc4be..38a099f 100644 --- a/migration/rdma.c +++ b/migration/rdma.c @@ -1131,7 +1131,7 @@ static int qemu_rdma_reg_whole_ram_blocks(RDMAContext *rdma) IBV_ACCESS_REMOTE_WRITE ); if (!local->block[i].mr) { - perror("Failed to register local dest ram block!\n"); + perror("Failed to register local dest ram block!"); break; } rdma->total_registrations++; -- cgit v1.1