mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[partition] Improve debug-output a little
This commit is contained in:
parent
4d0cae4a9b
commit
1155b6fc3d
1 changed files with 4 additions and 4 deletions
|
@ -1402,7 +1402,7 @@ ChoicePage::setupActions()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cDebug() << "Replace button suppressed because none can be replaced.";
|
cDebug() << "No partitions available for replace-action.";
|
||||||
force_uncheck( m_grp, m_replaceButton );
|
force_uncheck( m_grp, m_replaceButton );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1412,7 +1412,7 @@ ChoicePage::setupActions()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cDebug() << "Alongside button suppressed because none can be resized.";
|
cDebug() << "No partitions available for resize-action.";
|
||||||
force_uncheck( m_grp, m_alongsideButton );
|
force_uncheck( m_grp, m_alongsideButton );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1422,8 +1422,8 @@ ChoicePage::setupActions()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cDebug() << "Erase button suppressed"
|
cDebug() << "No partitions ("
|
||||||
<< "mount?" << atLeastOneIsMounted << "raid?" << isInactiveRAID;
|
<< "any-mounted?" << atLeastOneIsMounted << "is-raid?" << isInactiveRAID << ") for erase-action.";
|
||||||
force_uncheck( m_grp, m_eraseButton );
|
force_uncheck( m_grp, m_eraseButton );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue