mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[partition] Reduce logging for mounted partitions
- The other log entries say when something is possible, not when something is **not** possible.
This commit is contained in:
parent
6bccbcd1f5
commit
04146df36b
1 changed files with 0 additions and 1 deletions
|
@ -1248,7 +1248,6 @@ ChoicePage::setupActions()
|
|||
}
|
||||
if ( (*it)->isMounted() )
|
||||
{
|
||||
cDebug() << Logger::SubEntry() << "contains mounted (un-eraseable)" << it;
|
||||
atLeastOneIsMounted = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue