mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
tools: add missing newline in lxc-create output
Signed-off-by: Christian Brauner <cbrauner@suse.de>
This commit is contained in:
parent
cf5a3f4404
commit
a7944d2bf1
@ -258,7 +258,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
if (strcmp(my_args.bdevtype, "dir") && strcmp(my_args.bdevtype, "_unset") &&
|
||||
strcmp(my_args.bdevtype, "btrfs")) {
|
||||
fprintf(stderr, "Unprivileged users cannot create %s containers", my_args.bdevtype);
|
||||
fprintf(stderr, "Unprivileged users cannot create %s containers.\n", my_args.bdevtype);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user