Commit ba2aee2c by legoater

fixed typo in logs

parent ab44835c
......@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
usage(argv[0]);
if (lxc_restart(name, STDIN_FILENO, 0)) {
fprintf(stderr, "failed to checkpoint %s\n", name);
fprintf(stderr, "failed to restart %s\n", name);
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment