From 77093b7ccf921f5a46615f8a3050bcc13ed8129e Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 15 Jul 2021 18:16:39 +0200 Subject: [PATCH] start: fix logging message Fixes: #3875 Suggested-by: Hank.shi 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 33b2a31ca..2ab3f087d 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1076,7 +1076,7 @@ static int do_start(void *data) lxc_sync_fini_parent(handler); if (lxc_abstract_unix_recv_one_fd(data_sock1, &status_fd, NULL, 0) < 0) { - ERROR("Failed to receive status file descriptor to child process"); + ERROR("Failed to receive status file descriptor from parent process"); goto out_warn_father; } -- 2.47.2