]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Improve missing libcryptsetup error message
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 11 Sep 2022 08:47:18 +0000 (10:47 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 23 Sep 2022 10:24:09 +0000 (12:24 +0200)
src/partition/repart.c

index 160a5e8a4f64e9f6b2a5d8a2523ac9d2de95579e..1dbe045bd23b8cb5a95e50132ef76bc2f2a5eb10 100644 (file)
@@ -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
 }