fuse_init.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:43:48 -05:00
parent ec8722ecf9
commit 2cd9bcf3d4

View File

@ -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());
}