mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[modules] Use new convenience logging methods across the board
This commit is contained in:
parent
3f77fb1d16
commit
3315df5df1
14 changed files with 33 additions and 32 deletions
|
@ -259,7 +259,7 @@ doReplacePartition( PartitionCoreModule* core,
|
|||
if ( partition->roles().has( PartitionRole::Unallocated ) )
|
||||
{
|
||||
newRoles = PartitionRole( PartitionRole::Primary );
|
||||
cDebug() << "WARNING: selected partition is free space";
|
||||
cWarning() << "selected partition is free space";
|
||||
if ( partition->parent() )
|
||||
{
|
||||
Partition* parent = dynamic_cast< Partition* >( partition->parent() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue