mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue