mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] Expand debugging output
The partition path isn't set yet, so is probably 'empty'. Try logging the device, too.
This commit is contained in:
parent
252a88cb7f
commit
01911beccc
1 changed files with 2 additions and 1 deletions
|
@ -420,7 +420,8 @@ shouldWarnForGPTOnBIOS( const PartitionCoreModule* core )
|
|||
&& ( partition->fileSystem().type() == FileSystem::Unformatted )
|
||||
&& ( partition->capacity() >= 8_MiB ) )
|
||||
{
|
||||
cDebug() << Logger::SubEntry << "Partition" << partition->partitionPath()
|
||||
cDebug() << Logger::SubEntry << "Partition" << partition->devicePath()
|
||||
<< partition->partitionPath()
|
||||
<< "is a suitable bios_grub partition";
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue