tty: change logged line to level debug

This commit is contained in:
Tim Culverhouse 2024-02-27 07:44:59 -06:00
parent e87d64a2b3
commit ba29a71b3b

View file

@ -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;
}