diff --git a/src/pty.c b/src/pty.c index 27989ff..5f75dc6 100644 --- a/src/pty.c +++ b/src/pty.c @@ -407,8 +407,8 @@ static int read_buf(struct kmscon_pty *pty) pty->child); break; } else if (errno != EWOULDBLOCK) { - log_err("cannot read from pty of child %d (%d): %m", - pty->child, errno); + log_debug("cannot read from pty of child %d (%d): %m", + pty->child, errno); break; } } while (len > 0 && --num);