use the correct log domain
This commit is contained in:
parent
6d55881eba
commit
ec12f029d3
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ config server::read_config() const {
|
|||
try {
|
||||
read(configuration, *stream, &errors);
|
||||
if (errors.empty()) {
|
||||
WRN_CONFIG << "Server configuration from file: '" << config_file_
|
||||
LOG_SERVER << "Server configuration from file: '" << config_file_
|
||||
<< "' read.\n";
|
||||
} else {
|
||||
ERR_CONFIG << "ERROR: Errors reading configuration file: '"
|
||||
|
|
Loading…
Add table
Reference in a new issue