Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Ushkov committed May 10, 2023
1 parent 7110a6a commit c68905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cluster_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func (fs *Fs) tryYield(inode *Inode, newOwner NodeId) *pb.StolenInode {
}
} else {
fuseLog.Infof("could not yield inode %v: len(inode.dir.DeletedChildren) == %v",
inode.Id, inode.CacheState, inode.fileHandles, len(inode.dir.DeletedChildren))
inode.Id, len(inode.dir.DeletedChildren))
return nil
}
} else {
Expand Down

0 comments on commit c68905d

Please sign in to comment.