mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
pie: add EOL in the error message
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
7b6a92c201
commit
f220e29889
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user