mergerfs.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 20:50:56 -05:00
parent 421356ffb1
commit 43ee7f2ba6

View File

@ -185,10 +185,11 @@ namespace l
if(failures)
{
if(cfg_->branches_mount_timeout_fail)
syslog_warning("Continuing to mount mergerfs despite %u branches not "
"being different from the mountpoint filesystem",
failures.size());
syslog_error("");
else
syslog_warning("Continuing to mount mergerfs despite %u branches not "
"being different from the mountpoint filesystem",
failures.size());
}