From: Christian Brauner Date: Sun, 18 Feb 2018 23:48:03 +0000 (+0100) Subject: start: post_start() X-Git-Tag: lxc-2.0.10~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7d715b330cc47b2c52cc4375fb25a96f820d39;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 e9bed6276..b74550764 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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; }