mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Improve debug output for device detection.
This commit is contained in:
parent
1d8330f1eb
commit
7d8b8eb7a6
1 changed files with 2 additions and 0 deletions
|
@ -120,10 +120,12 @@ PartitionCoreModule::init()
|
|||
else
|
||||
++it;
|
||||
|
||||
cDebug() << "LIST OF DETECTED DEVICES:\nnode\tcapacity\tname\tprettyName";
|
||||
for ( auto device : devices )
|
||||
{
|
||||
auto deviceInfo = new DeviceInfo( device );
|
||||
m_deviceInfos << deviceInfo;
|
||||
cDebug() << device->deviceNode() << device->capacity() << device->name() << device->prettyName();
|
||||
}
|
||||
m_deviceModel->init( devices );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue