Unverified Commit 323a1569 by Christian Brauner Committed by Stéphane Graber

lxc-usernsexec: dumb down from error to warning message

parent 92a8d6e0
...@@ -61,7 +61,7 @@ static void opentty(const char *tty, int which) ...@@ -61,7 +61,7 @@ static void opentty(const char *tty, int which)
fd = open(tty, O_RDWR | O_NONBLOCK); fd = open(tty, O_RDWR | O_NONBLOCK);
if (fd < 0) { if (fd < 0) {
CMD_SYSERROR("Failed to open tty"); CMD_SYSINFO("Failed to open tty");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment