[partition] Adjust to logging-API changes

- missed due to #ifdef on a KPMcore API version I don't have on
   my main workstation.
main
Adriaan de Groot 6 years ago
parent c854006e76
commit 516b3b4b6c

@ -1228,7 +1228,7 @@ ChoicePage::setupActions()
if ( currentDevice->type() == Device::Type::SoftwareRAID_Device &&
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;
}
#endif

Loading…
Cancel
Save