Some small changes. (#20)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user