[libcalamares] [partition] Adjust to logging changes

- Use the un-paren'ed Continuation and SubEntry
This commit is contained in:
Adriaan de Groot 2019-04-15 08:15:17 -04:00
parent d72e3b3c22
commit 63b317902d
4 changed files with 22 additions and 22 deletions

View file

@ -1238,12 +1238,12 @@ ChoicePage::setupActions()
{
if ( PartUtils::canBeResized( *it ) )
{
cDebug() << Logger::SubEntry() << "contains resizable" << it;
cDebug() << Logger::SubEntry << "contains resizable" << it;
atLeastOneCanBeResized = true;
}
if ( PartUtils::canBeReplaced( *it ) )
{
cDebug() << Logger::SubEntry() << "contains replaceable" << it;
cDebug() << Logger::SubEntry << "contains replaceable" << it;
atLeastOneCanBeReplaced = true;
}
if ( (*it)->isMounted() )