use the correct log domain

This commit is contained in:
Gunter Labes 2007-11-19 21:30:12 +00:00
parent 6d55881eba
commit ec12f029d3

View file

@ -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: '"