lxc-usernsexec: dumb down from error to warning message

parent 2b5d8a43
......@@ -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;
}
......
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