mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 21:21:39 +00:00
fixed typo in logs
This commit is contained in:
parent
ab44835ca3
commit
ba2aee2c1e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user