2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

Change crtools to criu in criu messages

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin
2013-05-09 10:58:03 -07:00
committed by Pavel Emelyanov
parent 00ab805b74
commit c19e62f87c
2 changed files with 2 additions and 2 deletions

View File

@@ -1216,7 +1216,7 @@ static int restore_root_task(struct pstree_item *init, struct cr_options *opts)
if (!(current_ns_mask & CLONE_NEWPID)) {
pr_err("This process tree can only be restored "
"in a new pid namespace.\n"
"crtools should be re-executed with the "
"criu should be re-executed with the "
"\"--namespace pid\" option.\n");
return -1;
}