1
0
Fork 0
This commit is contained in:
jsteemann 2017-04-18 09:30:49 +02:00
parent 876679e8af
commit a2705d3e82
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ void ApplicationServer::disableDependentFeatures() {
if (f == nullptr) {
LOG_TOPIC(TRACE, Logger::STARTUP) << "turning off feature '" << feature->name()
<< "' because it is enabled only in conjunction with non-existing feature '"
<< f->name() << "'";
<< other << "'";
feature->disable();
break;
} else if (!f->isEnabled()) {