1
1
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:
Daan De Meyer 2022-09-17 22:34:56 +02:00
parent bc259e2338
commit 738edfe667

View File

@ -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) {