mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15: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
|
||||
{
|
||||
cDebug() << "Replace button suppressed because none can be replaced.";
|
||||
cDebug() << "No partitions available for replace-action.";
|
||||
force_uncheck( m_grp, m_replaceButton );
|
||||
}
|
||||
|
||||
|
@ -1412,7 +1412,7 @@ ChoicePage::setupActions()
|
|||
}
|
||||
else
|
||||
{
|
||||
cDebug() << "Alongside button suppressed because none can be resized.";
|
||||
cDebug() << "No partitions available for resize-action.";
|
||||
force_uncheck( m_grp, m_alongsideButton );
|
||||
}
|
||||
|
||||
|
@ -1422,8 +1422,8 @@ ChoicePage::setupActions()
|
|||
}
|
||||
else
|
||||
{
|
||||
cDebug() << "Erase button suppressed"
|
||||
<< "mount?" << atLeastOneIsMounted << "raid?" << isInactiveRAID;
|
||||
cDebug() << "No partitions ("
|
||||
<< "any-mounted?" << atLeastOneIsMounted << "is-raid?" << isInactiveRAID << ") for erase-action.";
|
||||
force_uncheck( m_grp, m_eraseButton );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue