From caaa223bc0599d3ebac505525cfee0aae62c2aff Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 2 Aug 2021 18:47:44 +0200 Subject: [PATCH] conf: fix logging in lxc_idmapped_mounts_child() Signed-off-by: Christian Brauner --- src/lxc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 8ea36174b..72f458225 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -3030,7 +3030,7 @@ static int lxc_idmapped_mounts_child(struct lxc_handler *handler) out: ret = lxc_abstract_unix_send_credential(handler->data_sock[0], NULL, 0); if (ret < 0) - return syserror("Failed to inform child that we are done setting up mounts"); + return syserror("Failed to inform parent that we are done setting up mounts"); return fret; } -- 2.47.2