diff --git a/src/Tty.zig b/src/Tty.zig index 796d9b9..17f282f 100644 --- a/src/Tty.zig +++ b/src/Tty.zig @@ -127,7 +127,7 @@ pub fn run( while (true) { _ = try std.os.poll(&pollfds, -1); if (pollfds[1].revents & std.os.POLL.IN != 0) { - log.info("quitting read thread", .{}); + log.debug("quitting read thread", .{}); return; }