[CRIU] [PATCH 1/3] page_server_async_read: fix pr_perror usage
Kir Kolyshkin
kir at openvz.org
Fri Nov 18 11:41:29 PST 2016
Le sigh.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
criu/page-xfer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/page-xfer.c b/criu/page-xfer.c
index 234c38d..102cfb0 100644
--- a/criu/page-xfer.c
+++ b/criu/page-xfer.c
@@ -951,7 +951,7 @@ int page_server_async_read(void)
ret = recv(page_server_sk, buf, need, MSG_DONTWAIT);
if (ret < 0) {
- pr_perror("Error reading async data from page server\n");
+ pr_perror("Error reading async data from page server");
return -1;
}
--
2.7.4
More information about the CRIU
mailing list