Bug fixing

This commit is contained in:
Your Name
2025-05-25 13:51:17 +12:00
parent 0adc14ca7e
commit 7f35bbeb01
5 changed files with 67 additions and 29 deletions

View File

@@ -30,6 +30,7 @@ bool initialize_server() {
if (config_path.empty()) {
return false;
}
std::cout << "Config file: " << config_path << std::endl;
ServerConfig config;
if (!simple_object_storage::load_config(config_path, config)) {