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 21, 2018
1 parent 5ce9195 commit ba7d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/start.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit ba7d715

Please sign in to comment.