1
0
Fork 0

fixed wording

This commit is contained in:
Jan Steemann 2016-04-21 19:11:21 +02:00
parent 37af1600fb
commit 08a4ef99e2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void ConfigFeature::validateOptions(std::shared_ptr<ProgramOptions>) {
void ConfigFeature::loadConfigFile(std::shared_ptr<ProgramOptions> options) {
if (StringUtils::tolower(_file) == "none") {
LOG_TOPIC(DEBUG, Logger::CONFIG) << "use 'none' config file at all";
LOG_TOPIC(DEBUG, Logger::CONFIG) << "use no config file at all";
return;
}