[partititon] Slightly better debug-logging for automount

This commit is contained in:
Adriaan de Groot 2022-03-01 13:52:50 +01:00
parent c5fec83f64
commit 7e51731167

View file

@ -25,10 +25,7 @@ AutoMountManagementJob::prettyName() const
Calamares::JobResult
AutoMountManagementJob::exec()
{
cVerbose() << "this" << Logger::Pointer( this ) << "value" << Logger::Pointer( m_stored )
<< ( m_stored ? "restore"
: m_disable ? "disable"
: "enable" );
cDebug() << ( m_stored ? "restore" : m_disable ? "disable" : "enable" );
if ( m_stored )
{
CalamaresUtils::Partition::automountRestore( m_stored );