[partition] Reduce logging for mounted partitions

- The other log entries say when something is possible,
   not when something is **not** possible.
main
Adriaan de Groot 6 years ago
parent 6bccbcd1f5
commit 04146df36b

@ -1248,7 +1248,6 @@ ChoicePage::setupActions()
}
if ( (*it)->isMounted() )
{
cDebug() << Logger::SubEntry() << "contains mounted (un-eraseable)" << it;
atLeastOneIsMounted = true;
}
}

Loading…
Cancel
Save