Skip to content

Commit 740630e

Browse files
committed
api/server: log FUSE INIT as debug!, not info
This otherwise becomes too noisy when used in another library.
1 parent 36cd288 commit 740630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/server/sync_io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ impl<F: FileSystem + Sync> Server<F> {
717717
match self.fs.init(capable) {
718718
Ok(want) => {
719719
let enabled = capable & want;
720-
info!(
720+
debug!(
721721
"FUSE INIT major {} minor {}\n in_opts: {:?}\nout_opts: {:?}",
722722
major, minor, capable, enabled
723723
);

0 commit comments

Comments
 (0)