Skip to content

Commit

Permalink
remove "no FUSE fd available" log (juicedata#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Mar 13, 2024
1 parent 118eaf7 commit 4026264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/passfd.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ func handleFDRequest(conn *net.UnixConn) {
var fds = []int{0}
if fuseFd > 0 {
fds = append(fds, fuseFd)
} else {
logger.Warnf("no FUSE fd available")
}
err := putFd(conn, fuseSetting, fds...)
if err != nil {
Expand Down

0 comments on commit 4026264

Please sign in to comment.