Fix some error and debug messages.

Use BITLK as format name.

Avoid using doesn't -> does not.
This commit is contained in:
Milan Broz
2020-01-11 21:53:59 +01:00
parent 1be631f43f
commit 165e6c234c
17 changed files with 404 additions and 339 deletions

View File

@@ -89,7 +89,7 @@ static int LUKS_endec_template(char *src, size_t srcLength,
r = device_block_adjust(ctx, crypt_metadata_device(ctx), DEV_OK,
sector, &dmd.size, &dmd.flags);
if (r < 0) {
log_err(ctx, _("Device %s doesn't exist or access denied."),
log_err(ctx, _("Device %s does not exist or access denied."),
device_path(crypt_metadata_device(ctx)));
return -EIO;
}