Skip to content

Commit

Permalink
curvefs/client: modify getxattr log level
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai committed Apr 26, 2022
1 parent 68349d0 commit 8dd5012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefs/src/client/fuse_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ CURVEFS_ERROR FuseClient::FastCalAllLayerSumInfo(Inode *inode) {
CURVEFS_ERROR FuseClient::FuseOpGetXattr(fuse_req_t req, fuse_ino_t ino,
const char* name, void* value,
size_t size) {
VLOG(6) << "FuseOpGetXattr, ino: " << ino
VLOG(9) << "FuseOpGetXattr, ino: " << ino
<< ", name: " << name << ", size = " << size;
std::shared_ptr<InodeWrapper> inodeWrapper;
CURVEFS_ERROR ret = inodeManager_->GetInode(ino, inodeWrapper);
Expand Down

0 comments on commit 8dd5012

Please sign in to comment.