]> git.proxmox.com Git - mirror_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>
Sun, 18 Feb 2018 23:48:03 +0000 (00:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c

index 46790b62c91146537d2181966e5a0c31787e64c9..fa60778ff9faf4cf829a16833f18d0a6c47e6e49 100644 (file)
@@ -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;
 }