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