mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 14:04:05 +08:00
fuse_init.cpp
This commit is contained in:
parent
ec8722ecf9
commit
2cd9bcf3d4
@ -148,7 +148,7 @@ namespace l
|
||||
|
||||
rv = fs::readahead(path_,readahead_);
|
||||
if(rv == 0)
|
||||
syslog_info("%s - readahead set to %d",path_.c_str(),readahead_.c_str());
|
||||
syslog_info("%s - readahead set to %d",path_.c_str(),readahead_);
|
||||
else
|
||||
syslog_error("%s - unable to set readahead",path_.c_str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user