mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
dissect: Log when we fail to load the verity signature partition
This commit is contained in:
@@ -948,7 +948,7 @@ static int run(int argc, char *argv[]) {
|
||||
d->fd,
|
||||
&arg_verity_settings);
|
||||
if (r < 0)
|
||||
return r;
|
||||
return log_error_errno(r, "Failed to load verity signature partition: %m");
|
||||
|
||||
switch (arg_action) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user