mergerfs.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 22:06:32 -05:00
parent c97e1b1594
commit a06ee95005

View File

@ -189,6 +189,7 @@ namespace l
syslog_error("%d of %zu branches were not mounted"
" within the timeout of %zus. Exiting",
failures,
paths.size(),
(uint64_t)cfg_->branches_mount_timeout);
return true;
}