mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
dissect: Log when we fail to load the verity signature partition
This commit is contained in:
parent
bc259e2338
commit
738edfe667
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user