mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Debug output.
This commit is contained in:
parent
4f12aa8dd1
commit
6db6dc0e08
1 changed files with 3 additions and 1 deletions
|
@ -444,7 +444,8 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||||
|
|
||||||
auto doReplace = [ this, current ]
|
auto doReplace = [ this, current ]
|
||||||
{
|
{
|
||||||
QMutexLocker( &( this->m_coreMutex ) );
|
cDebug() << "begin doReplace";
|
||||||
|
QMutexLocker( &( ChoicePage::m_coreMutex ) );
|
||||||
|
|
||||||
if ( m_core->isDirty() )
|
if ( m_core->isDirty() )
|
||||||
{
|
{
|
||||||
|
@ -459,6 +460,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||||
PartitionActions::doReplacePartition( m_core,
|
PartitionActions::doReplacePartition( m_core,
|
||||||
selectedDevice(),
|
selectedDevice(),
|
||||||
partition );
|
partition );
|
||||||
|
cDebug() << "end doReplace";
|
||||||
};
|
};
|
||||||
|
|
||||||
QFuture< void > future = QtConcurrent::run( doReplace );
|
QFuture< void > future = QtConcurrent::run( doReplace );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue