]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
start: post_start()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 18 Feb 2018 23:48:03 +0000 (00:48 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 21 Feb 2018 17:09:00 +0000 (18:09 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c

index e9bed6276407e7f0352664198015142ef894cfda..b7455076425566db89e21cdca564040c2ca48bfd 100644 (file)
@@ -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;
 }