start: post_start()

parent 5ce9195b
......@@ -1880,7 +1880,7 @@ static int post_start(struct lxc_handler *handler, void* data)
{
struct start_args *arg = data;
NOTICE("Started \"%s\" with pid \"%d\".", arg->argv[0], handler->pid);
NOTICE("Started \"%s\" with pid \"%d\"", arg->argv[0], handler->pid);
return 0;
}
......
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