mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04: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
|
Calamares::JobResult
|
||||||
AutoMountManagementJob::exec()
|
AutoMountManagementJob::exec()
|
||||||
{
|
{
|
||||||
cVerbose() << "this" << Logger::Pointer( this ) << "value" << Logger::Pointer( m_stored )
|
cDebug() << ( m_stored ? "restore" : m_disable ? "disable" : "enable" );
|
||||||
<< ( m_stored ? "restore"
|
|
||||||
: m_disable ? "disable"
|
|
||||||
: "enable" );
|
|
||||||
if ( m_stored )
|
if ( m_stored )
|
||||||
{
|
{
|
||||||
CalamaresUtils::Partition::automountRestore( m_stored );
|
CalamaresUtils::Partition::automountRestore( m_stored );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue