Skip to content

Commit

Permalink
start: post_start()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 18, 2018
1 parent 984984e commit 4c8e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/start.c
Expand Up @@ -1957,7 +1957,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;
}

Expand Down

0 comments on commit 4c8e880

Please sign in to comment.