mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[luksbootkeyfile] Don't log passphrase
This commit is contained in:
parent
8a7884d476
commit
7d7d4c69ef
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ LuksBootKeyFileJob::exec()
|
|||
auto it = std::partition( s.devices.begin(), s.devices.end(), []( const LuksDevice& d ) { return d.isRoot; } );
|
||||
for ( const auto& d : s.devices )
|
||||
{
|
||||
cDebug() << Logger::SubEntry << d.isRoot << d.device << d.passphrase;
|
||||
cDebug() << Logger::SubEntry << ( d.isRoot ? "root" : "dev." ) << d.device << "passphrase?"
|
||||
<< !d.passphrase.isEmpty();
|
||||
}
|
||||
|
||||
if ( it == s.devices.begin() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue