mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
Merge pull request #1127 from brauner/2016-08-13/add_missing_newline
tools: add missing newline in lxc-create output
This commit is contained in:
commit
4b281e1264
@ -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