mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 18:56:26 +00:00
display name as '%s'
This commit is contained in:
parent
5a21157163
commit
25557af8c6
@ -59,7 +59,7 @@ int main(int argc, char *argv[])
|
||||
argc -= nbargs;
|
||||
|
||||
if (lxc_execute(name, argc, args, NULL, NULL)) {
|
||||
fprintf(stderr, "failed to start %s\n", name);
|
||||
fprintf(stderr, "failed to start '%s'\n", name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user