mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[libcalamares] [partition] Adjust to logging changes
- Use the un-paren'ed Continuation and SubEntry
This commit is contained in:
parent
d72e3b3c22
commit
63b317902d
4 changed files with 22 additions and 22 deletions
|
@ -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() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue