fixed typo in logs

This commit is contained in:
legoater 2008-09-23 13:07:02 +00:00
parent ab44835ca3
commit ba2aee2c1e

View File

@ -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;
}