diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 801f3491e..8ec048f0e 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -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