mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Debug output.
This commit is contained in:
parent
a8f54fcc18
commit
a252f7ff32
1 changed files with 3 additions and 1 deletions
|
@ -178,7 +178,9 @@ PartitionCoreModule::createImmutableDeviceCopy( Device* device )
|
||||||
{
|
{
|
||||||
CoreBackend* backend = CoreBackendManager::self()->backend();
|
CoreBackend* backend = CoreBackendManager::self()->backend();
|
||||||
|
|
||||||
Device* deviceBefore = backend->scanDevice( device->deviceNode() );
|
QString node = device->deviceNode();
|
||||||
|
cDebug() << "Creating immutable copy for node:" << node;
|
||||||
|
Device* deviceBefore = backend->scanDevice( node );
|
||||||
return deviceBefore;
|
return deviceBefore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue