Use uppercase OPAL in messages.

This commit is contained in:
Milan Broz
2023-12-17 12:52:39 +01:00
parent 0ca1e680db
commit e5511b1920
3 changed files with 9 additions and 9 deletions

View File

@@ -365,7 +365,7 @@ int crypt_wipe_hw_opal(struct crypt_device *cd,
r = opal_exclusive_lock(cd, crypt_data_device(cd), &opal_lh);
if (r < 0) {
log_err(cd, _("Failed to acquire opal lock on device %s."), device_path(crypt_data_device(cd)));
log_err(cd, _("Failed to acquire OPAL lock on device %s."), device_path(crypt_data_device(cd)));
return -EINVAL;
}