From: Christian Brauner Date: Mon, 2 Aug 2021 16:47:44 +0000 (+0200) Subject: conf: fix logging in lxc_idmapped_mounts_child() X-Git-Tag: lxc-5.0.0~125^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caaa223bc0599d3ebac505525cfee0aae62c2aff;p=thirdparty%2Flxc.git conf: fix logging in lxc_idmapped_mounts_child() Signed-off-by: Christian Brauner --- 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; }