[partition] Log the flags that are used to create a partition

This commit is contained in:
Adriaan de Groot 2018-10-05 07:45:05 -04:00
parent 0e7f97fe49
commit a33b0c4f24

View file

@ -132,6 +132,10 @@ SetPartFlagsJob::prettyStatusMessage() const
Calamares::JobResult
SetPartFlagsJob::exec()
{
cDebug() << "Setting flags on" << m_device->deviceNode()
<< "partition" << partition()->deviceNode()
<< "to" << m_flags;
Report report ( nullptr );
SetPartFlagsOperation op( *m_device, *partition(), m_flags );
op.setStatus( Operation::StatusRunning );