Debug output.

This commit is contained in:
Teo Mrnjavac 2016-05-12 13:57:17 +02:00
parent a8f54fcc18
commit a252f7ff32

View File

@ -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;
}