Debug output.
This commit is contained in:
parent
a8f54fcc18
commit
a252f7ff32
@ -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…
Reference in New Issue
Block a user