[CRIU] [PATCH] pie: add EOL in the error message
Andrey Vagin
avagin at openvz.org
Wed Jan 22 06:40:43 PST 2014
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
pie/parasite.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pie/parasite.c b/pie/parasite.c
index 372a604..564e244 100644
--- a/pie/parasite.c
+++ b/pie/parasite.c
@@ -72,7 +72,7 @@ static int dump_pages(struct parasite_dump_pages_args *args)
SPLICE_F_GIFT | SPLICE_F_NONBLOCK);
if (ret != PAGE_SIZE * args->nr_pages) {
sys_close(p);
- pr_err("Can't splice pages to pipe (%d/%d)", ret, args->nr_pages);
+ pr_err("Can't splice pages to pipe (%d/%d)\n", ret, args->nr_pages);
return -1;
}
--
1.8.3.1
More information about the CRIU
mailing list