[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:
parent
c854006e76
commit
516b3b4b6c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user