From: Christian Brauner Date: Sun, 18 Feb 2018 23:48:03 +0000 (+0100) Subject: start: post_start() X-Git-Tag: lxc-3.0.0.beta1~22^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8e880e32547c2caf938dcfe773154443aaa1be;p=thirdparty%2Flxc.git start: post_start() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 46790b62c..fa60778ff 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; }