Skip to content

Commit 34c553e

Browse files
committed
linux_session: log channel already closed as debug
This is too noisy when used as a library, and gets logged once per thread even.
1 parent 740630e commit 34c553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/fusedev/linux_session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ impl FuseChannel {
351351
}
352352
}
353353
} else if event.is_error() {
354-
info!("FUSE channel already closed!");
354+
debug!("FUSE channel already closed!");
355355
return Err(SessionFailure("epoll error".to_string()));
356356
} else {
357357
// We should not step into this branch as other event is not registered.

0 commit comments

Comments
 (0)