2
0
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:
dlezcano
2008-09-03 16:14:38 +00:00
parent 5a21157163
commit 25557af8c6

View File

@@ -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;
}