mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 12:55:37 -04:00
Get better debug information.
This commit is contained in:
parent
d6de5be8d0
commit
7bf0fa2575
1 changed files with 5 additions and 1 deletions
|
@ -206,7 +206,6 @@ PartitionSplitterWidget::setSplitPartition( const QString& path,
|
|||
break;
|
||||
}
|
||||
}
|
||||
repaint();
|
||||
|
||||
emit partitionResized( m_itemToResize->itemPath,
|
||||
m_itemToResize->size,
|
||||
|
@ -215,6 +214,11 @@ PartitionSplitterWidget::setSplitPartition( const QString& path,
|
|||
cDebug() << "Items updated. Status:";
|
||||
foreach ( const PartitionSplitterItem& item, m_items )
|
||||
cDebug() << "item" << item.itemPath << "size" << item.size;
|
||||
|
||||
cDebug() << "m_itemToResize: " << m_itemToResize << m_itemToResize->itemPath;
|
||||
cDebug() << "m_itemToResizeNext:" << m_itemToResizeNext << m_itemToResizeNext->itemPath;
|
||||
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue