mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Improve debug output.
This commit is contained in:
parent
9888a4e5d3
commit
e96c7f95ef
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ 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();
|
||||
|
||||
FileSystem::Type fsType = FileSystem::Unknown;
|
||||
if ( m_ui->formatRadioButton->isChecked() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue