mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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 &&
|
||||
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…
Add table
Add a link
Reference in a new issue