tty: change logged line to level debug
This commit is contained in:
parent
e87d64a2b3
commit
ba29a71b3b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue