mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-12 02:22:23 +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) {
|
auto log_paths = [&](const std::string& label, const std::vector<std::string>& paths) {
|
||||||
for (size_t i = 0; i < paths.size(); ++i) {
|
if (!paths.empty()) {
|
||||||
LogInfo("{:>{}} > [{:<{}}]", fmt::format("{}[{}]", label, i), name_width, paths[i], path_width);
|
LogInfo("{:>{}} > [{:<{}}]", label, name_width - 1, Strings::Join(paths, ";"), path_width);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user