Some small changes. (#20)

This commit is contained in:
ykiko
2024-12-27 11:20:11 +08:00
committed by GitHub
parent 440303b81f
commit 97d29bb96b
14 changed files with 610 additions and 150 deletions

View File

@@ -18,7 +18,7 @@ int Server::run(int argc, const char** argv) {
if(cl::config.empty()) {
log::warn("No config file specified; using default configuration.");
} else {
config::parse(argv[0], cl::config.getValue());
config::load(argv[0], cl::config.getValue());
log::info("Successfully loaded configuration file from {0}.", cl::config.getValue());
}