Bug fixing
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user