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
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();
|
||||
|
||||
Device* deviceBefore = backend->scanDevice( device->deviceNode() );
|
||||
QString node = device->deviceNode();
|
||||
cDebug() << "Creating immutable copy for node:" << node;
|
||||
Device* deviceBefore = backend->scanDevice( node );
|
||||
return deviceBefore;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue