1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-13 13:17:43 +03:00

repart: Improve missing libcryptsetup error message

This commit is contained in:
Daan De Meyer 2022-09-11 10:47:18 +02:00
parent b6db96a2a6
commit 9c98e277e9

View 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
}