mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
Remove expensive log message during s3fs_getxattr (#2590)
This commit is contained in:
parent
82f694e473
commit
7a989a58a0
@ -3960,8 +3960,6 @@ static int s3fs_getxattr(const char* path, const char* name, char* value, size_t
|
||||
|
||||
parse_xattrs(strxattrs, xattrs);
|
||||
|
||||
S3FS_PRN_DBG("Get xattrs = %s", raw_build_xattrs(xattrs).c_str());
|
||||
|
||||
// search name
|
||||
std::string strname = name;
|
||||
auto xiter = xattrs.find(strname);
|
||||
|
Loading…
Reference in New Issue
Block a user