mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[partition] Improve logging readability
This commit is contained in:
parent
1ce126c01e
commit
356e13ae93
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ EditExistingPartitionDialog::applyChanges( PartitionCoreModule* core )
|
|||
bool partResizedMoved = newFirstSector != m_partition->firstSector() || newLastSector != m_partition->lastSector();
|
||||
|
||||
cDebug() << "old boundaries:" << m_partition->firstSector() << m_partition->lastSector() << m_partition->length();
|
||||
cDebug() << "new boundaries:" << newFirstSector << newLastSector;
|
||||
cDebug() << "dirty status:" << m_partitionSizeController->isDirty();
|
||||
cDebug() << Logger::SubEntry << "new boundaries:" << newFirstSector << newLastSector;
|
||||
cDebug() << Logger::SubEntry << "dirty status:" << m_partitionSizeController->isDirty();
|
||||
|
||||
FileSystem::Type fsType = FileSystem::Unknown;
|
||||
if ( m_ui->formatRadioButton->isChecked() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue