[partition] Adjust to logging-API changes

- missed due to #ifdef on a KPMcore API version I don't have on
   my main workstation.
This commit is contained in:
Adriaan de Groot 2019-04-25 13:42:59 +02:00
parent c854006e76
commit 516b3b4b6c

View File

@ -1228,7 +1228,7 @@ ChoicePage::setupActions()
if ( currentDevice->type() == Device::Type::SoftwareRAID_Device && if ( currentDevice->type() == Device::Type::SoftwareRAID_Device &&
static_cast< SoftwareRAID* >(currentDevice)->status() == SoftwareRAID::Status::Inactive ) static_cast< SoftwareRAID* >(currentDevice)->status() == SoftwareRAID::Status::Inactive )
{ {
cDebug() << Logger::SubEntry() << "part of an inactive RAID device"; cDebug() << Logger::SubEntry << "part of an inactive RAID device";
isInactiveRAID = true; isInactiveRAID = true;
} }
#endif #endif