mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
[partititon] Slightly better debug-logging for automount
This commit is contained in:
parent
c5fec83f64
commit
7e51731167
1 changed files with 1 additions and 4 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue