mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Improve debug output.
This commit is contained in:
parent
9e186190fc
commit
3d5ccb2712
1 changed files with 3 additions and 4 deletions
|
@ -71,10 +71,9 @@ PartitionBarsView::PartitionBarsView( QWidget* parent )
|
|||
(Partition *)( index.data( PartitionModel::PartitionPtrRole )
|
||||
.value< void* >() );
|
||||
cDebug() << "Clicked row" << index.row()
|
||||
<< "\npath: " << selectedPartition->partitionPath()
|
||||
<< "\nfirstSector:" << selectedPartition->firstSector()
|
||||
<< "\nlastSector: " << selectedPartition->lastSector();
|
||||
|
||||
<< "\n\tpath: " << selectedPartition->partitionPath()
|
||||
<< "\n\tfirstSector:" << selectedPartition->firstSector()
|
||||
<< "\n\tlastSector: " << selectedPartition->lastSector();
|
||||
} );
|
||||
setMouseTracking( true );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue