mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
[partition] Fix build in non-debug settings
This commit is contained in:
parent
d71e0a009c
commit
dba346be7a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ getDevices( DeviceType which )
|
||||||
#else
|
#else
|
||||||
// Safe partitioning
|
// Safe partitioning
|
||||||
auto removeInAllModes = []( DeviceList& l, DeviceList::iterator& it) { return erase(l, it); };
|
auto removeInAllModes = []( DeviceList& l, DeviceList::iterator& it) { return erase(l, it); };
|
||||||
auto& removeInSafeMode = removeFromAll;
|
auto& removeInSafeMode = removeInAllModes;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cDebug() << "Removing unsuitable devices:" << devices.count() << "candidates.";
|
cDebug() << "Removing unsuitable devices:" << devices.count() << "candidates.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue