From 4c8e880e32547c2caf938dcfe773154443aaa1be Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 19 Feb 2018 00:48:03 +0100 Subject: [PATCH] start: post_start() Signed-off-by: Christian Brauner --- src/lxc/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 46790b62c9..fa60778ff9 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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; }