Commit 25557af8 by dlezcano

display name as '%s'

parent 5a211571
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment