mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 17:12:27 +00:00
Adjust load paths
This commit is contained in:
parent
e2961fac18
commit
2ab78a5bb2
@ -95,8 +95,8 @@ void PathManager::LoadPaths()
|
||||
}
|
||||
|
||||
auto log_paths = [&](const std::string& label, const std::vector<std::string>& paths) {
|
||||
for (size_t i = 0; i < paths.size(); ++i) {
|
||||
LogInfo("{:>{}} > [{:<{}}]", fmt::format("{}[{}]", label, i), name_width, paths[i], path_width);
|
||||
if (!paths.empty()) {
|
||||
LogInfo("{:>{}} > [{:<{}}]", label, name_width - 1, Strings::Join(paths, ";"), path_width);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user