mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Debug output.
This commit is contained in:
parent
423c9ccfb7
commit
015aeb6b07
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "core/PartitionModel.h"
|
||||
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/device.h>
|
||||
|
@ -106,6 +107,8 @@ DeviceModel::swapDevice( Device* oldDevice, Device* newDevice )
|
|||
{
|
||||
Q_ASSERT( oldDevice );
|
||||
Q_ASSERT( newDevice );
|
||||
cDebug() << "swapDevice\nOLD DEVICE:" << oldDevice->deviceNode()
|
||||
<< "\nNEW DEVICE:" << newDevice->deviceNode();
|
||||
Q_ASSERT( oldDevice->deviceNode() == newDevice->deviceNode() );
|
||||
|
||||
int indexOfOldDevice = m_devices.indexOf( oldDevice );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue