mirror of
git://github.com/lxc/lxc
synced 2025-08-30 18:19:35 +00:00
display name as '%s'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user