mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -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
|
@ -507,7 +507,7 @@ PartitionCoreModule::scanForEfiSystemPartitions()
|
|||
KPMHelpers::findPartitions( devices, PartUtils::isEfiBootable );
|
||||
|
||||
if ( efiSystemPartitions.isEmpty() )
|
||||
cDebug() << "WARNING: system is EFI but no EFI system partitions found.";
|
||||
cWarning() << "system is EFI but no EFI system partitions found.";
|
||||
|
||||
m_efiSystemPartitions = efiSystemPartitions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue