From 7cf6e24d079cb3654c2f9ac871e144735ee5325b Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 20 May 2020 12:10:54 +0200 Subject: [PATCH] lxc-usernsexec: dumb down from error to warning message Signed-off-by: Christian Brauner --- src/lxc/cmd/lxc_usernsexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/cmd/lxc_usernsexec.c b/src/lxc/cmd/lxc_usernsexec.c index 6441fb3c8..79dfe42c9 100644 --- a/src/lxc/cmd/lxc_usernsexec.c +++ b/src/lxc/cmd/lxc_usernsexec.c @@ -61,7 +61,7 @@ static void opentty(const char *tty, int which) fd = open(tty, O_RDWR | O_NONBLOCK); if (fd < 0) { - CMD_SYSERROR("Failed to open tty"); + CMD_SYSINFO("Failed to open tty"); return; } -- 2.47.2