From: Daan De Meyer Date: Sat, 17 Sep 2022 20:34:56 +0000 (+0200) Subject: dissect: Log when we fail to load the verity signature partition X-Git-Tag: v252-rc1~98^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=738edfe667cbd4559fe0c50ed899b187e1c8a68e;p=thirdparty%2Fsystemd.git dissect: Log when we fail to load the verity signature partition --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index 4d49bad4583..8cdf312f58a 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -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) {