From: Christian Brauner Date: Thu, 15 Jul 2021 16:16:39 +0000 (+0200) Subject: start: fix logging message X-Git-Tag: lxc-5.0.0~138^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77093b7ccf921f5a46615f8a3050bcc13ed8129e;p=thirdparty%2Flxc.git start: fix logging message Fixes: #3875 Suggested-by: Hank.shi Signed-off-by: Christian Brauner --- 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; }