[luksbootkeyfile] Improve logging to distinguish from other modules

main
Adriaan de Groot 6 years ago
parent bb6530577d
commit 315e1ac54e

@ -122,7 +122,7 @@ generateTargetKeyfile()
} }
// Give ample time to check that the file was created correctly // Give ample time to check that the file was created correctly
r = CalamaresUtils::System::instance()->targetEnvCommand( { "ls", "-la", "/" } ); r = CalamaresUtils::System::instance()->targetEnvCommand( { "ls", "-la", "/" } );
cDebug() << "In target system" << r.getOutput(); cDebug() << "In target system after creating LUKS file" << r.getOutput();
return true; return true;
} }

Loading…
Cancel
Save