[luksbootkeyfile] Improve logging to distinguish from other modules

This commit is contained in:
Adriaan de Groot 2019-07-04 22:08:36 +02:00
parent bb6530577d
commit 315e1ac54e

View File

@ -122,7 +122,7 @@ generateTargetKeyfile()
}
// Give ample time to check that the file was created correctly
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;
}