From: Daan De Meyer Date: Sun, 11 Sep 2022 08:47:18 +0000 (+0200) Subject: repart: Improve missing libcryptsetup error message X-Git-Tag: v252-rc1~98^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c98e277e9fec7b6566309f8f78d5803867b6bd8;p=thirdparty%2Fsystemd.git repart: Improve missing libcryptsetup error message --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 160a5e8a4f6..1dbe045bd23 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -3577,7 +3577,7 @@ static int do_verity_format( return 0; #else - return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "libcryptsetup is not supported, cannot setup verity: %m"); + return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "libcryptsetup is not supported, cannot setup verity hashes: %m"); #endif }